RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opXor Constant

opXor defines a logical exclusive or operation.

Pascal
opXor = 10;
C++
opXor = 10;

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

opXor represents a logical exclusive or of two operands. 

 

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