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

TdxRangeControlCustomClientProperties.GetNormalizedValue(Variant) Method

Returns the range control’s viewport coordinate corresponding to the specified value within the selectable range.

#Declaration

Delphi
function GetNormalizedValue(const AValue: Variant): Double;

#Parameters

Name Type
AValue Variant

#Returns

Type
Double

#Remarks

Normally, this function supports the internal infrastructure and is not intended to be used directly from your code.

The GetNormalizedValue function returns a value ranging from 0 to 1 (inclusive) that corresponds to the position of the specified AValue value on the currently visible portion of the selectable data range.

See Also