RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.LessThanValue Constant

LessThanValue indicates that one value is less than an other in a comparison operation.

Pascal
LessThanValue = Low(TValueRelationship);
C++
LessThanValue = Low(TValueRelationship);

Routines such as the CompareValue routine compare two values for equality. They return the result in a TValueRelationship value. If the first value is less than the second, the value is LessThanValue 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!