RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opCmpLT Constant

opCmpLT defines a less than comparison operator.

Pascal
opCmpLT = 16;
C++
opCmpLT = 16;

System

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

opCmpLT represents the comparison : left operand less than the right operand. 

 

CompareOp 

CompareOp 

TVarOp

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