RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.GreaterThanValue Constant

GreaterThanValue indicates that one value is greater than an other in a comparison operation.

Pascal
GreaterThanValue = High(TValueRelationship);
C++
GreaterThanValue = High(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 greater than the second, the value is GreaterThanValue 

 

EqualsValue 

CompareValue 

LessThanValue 

TValueRelationship

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