Skip to main content

TdxNumericWheelPickerProperties.Min Property

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

Declaration

property Min: Integer read; write; default 0;

Property Value

Type Default
Integer 0

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 Min property is 0.

See Also