RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opCmpLE Constant

opCmpLE defines a less than or equal comparison operator.

Pascal
opCmpLE = 17;
C++
opCmpLE = 17;

System

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

opCmpLE represents the comparison : left operand less than or equal to the right operand. 

 

CompareOp 

CompareOp 

TVarOp

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