RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opCmpNE Constant

opCmpNE defines an inequality comparison operator.

Pascal
opCmpNE = 15;
C++
opCmpNE = 15;

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

opCmpNE represents a comparison that two operands are not equal in value. 

 

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