RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opAnd Constant

opAnd defines a logical and operation.

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

System

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. 

 

BinaryOp 

BinaryOp 

TVarOp

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