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