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);

Types

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 

 

EqualsValue 

CompareValue 

GreaterThanValue 

TValueRelationship

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!