RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.EqualsValue Constant

EqualsValue indicates that both values are equal in a comparison operation.

Pascal
EqualsValue = 0;
C++
EqualsValue = 0;

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 equal to the second, the value is EqualsValue 

 

CompareValue 

GreaterThanValue 

LessThanValue 

TValueRelationship

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