RAD Studio VCL Reference
|
Returns a System::Variant with a value in a specified range.
VarEnsureRange returns a System::Variant whose value is guaranteed to be within a specified range.
AValue is a System::Variant with the value you want as long as it is in range. If AValue is in range, VarEnsureRange returns AValue.
AMin is a System::Variant with the minimum acceptable value. If AValue is less than AMin, VarEnsureRange returns AMin.
AMax is a System::Variant with the maximum acceptable value. If AValue is greater than AMax, VarEnsureRange returns AMax.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|