RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opCmpGT Constant

opCmpGT defines a greater than comparison operator.

Pascal
opCmpGT = 18;
C++
opCmpGT = 18;

System

opCmpGT is one of the opCmp* comparison values that TVarOp may be set to when performing left/right operand comparisons, such as CompareOp.  

opCmpGT represents the comparison : left operand greater than the right operand. 

 

CompareOp 

CompareOp 

TVarOp

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