Table of Contents

TTMSFNCSpinnerRangeType Enumeration

Controls what kind of values a spinner column scrolls through.

API unit family: TMSFNCSpinner

Members

Name Description
rtNumber Column scrolls through a numeric range defined by RangeFrom and RangeTo.
rtDateTime Column scrolls through a date/time range defined by DateRangeFrom and DateRangeTo.
rtCustom Column scrolls through a custom list of items defined by CustomItems.