RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opAnd Constant

opAnd defines a logical and operation.

Pascal
opAnd = 8;
C++
opAnd = 8;

opAnd is one of the operation types that TVarOp may be set to when performing binary operations such as BinaryOp.  

opAnd represents a logical and of two operands. 

 

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