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

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 

 

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