Skip to main content

TdxNumericWheelPickerProperties.Max Property

Specifies the maximum numeric value the wheel picker editor can display.

Declaration

property Max: Integer read; write; default 10;

Property Value

Type Default
Integer 10

Remarks

Use the Min and Max properties to specify the range of possible values for the wheel picker editor. The editor automatically creates a wheel item for each Integer value within the specified range.

The default value of the Max property is 10.

See Also