TdxRangeControlCustomClientProperties.GetNormalizedValue(Variant) Method
Returns the range control’s viewport coordinate corresponding to the specified value within the selectable range.
Declaration
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