Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRangeControlCustomNumericClientProperties.IsRangeValueTypeSupported(Word) Method

Identifies if the specified variant type is supported by the numeric value selection and visualization model.

#Declaration

Delphi
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