TdxRangeControlCustomNumericClientProperties.IsRangeValueTypeSupported(Word) Method
Identifies if the specified variant type is supported by the numeric value selection and visualization model.
Declaration
function IsRangeValueTypeSupported(AValue: Word): Boolean;
Parameters
Name | Type |
---|---|
AValue | Word |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the variant type value constant (hexadecimal code) passed as the AValue parameter, is supported by the value selection and visualization model. Otherwise, the IsRangeValueTypeSupported function returns False. This function is called internally by the setter of the RangeValueType property.
All numeric variant types currently supported by the range control are listed in the RangeValueType property description.
See Also