TdxRangeEditValue Type
The value type displayed by a range control.
Declaration
TdxRangeEditValue = System.Variant;
Referenced Class
Type |
---|
Variant |
Remarks
A range control interprets stored Variant values as integer, floating point, currency, or date/time values depending on the current client and its settings.
The TdxRangeEditValue type is referenced by:
The MaxValue and MinValue properties provided by the TdxRangeControlCustomClientProperties class and its descendants (i.e., supported client properties classes);
The SelectedRangeMaxValue, SelectedRangeMinValue, VisibleRangeMaxValue and VisibleRangeMinValue properties provided by a range control.
See Also