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

TdxCustomRangeTrackBarProperties.CalculateRangeByEditValue(Variant,Integer,Integer) Method

Calculates the range based on a specified edit value.

#Declaration

Delphi
procedure CalculateRangeByEditValue(AValue: Variant; out AMin: Integer; out AMax: Integer); overload;

#Parameters

Name Type
AValue Variant
AMin Integer
AMax Integer

#Remarks

This method is called internally to initialize the range track bar editor’s Range.Min and Range.Max properties based on the edit value. The edit value is passed as the AValue parameter. The calculated lower and upper bounds of the range are returned as the AMin and AMax parameters.

See Also