RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opCmpGE Constant

opCmpGE defines a greater than or equal comparison operator.

Pascal
opCmpGE = 19;
C++
opCmpGE = 19;

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

opCmpGE represents the comparison : left operand greater than or equal to the right operand. 

 

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