RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opOr Constant

opOr defines a logical or operation.

Pascal
opOr = 9;
C++
opOr = 9;

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

opOr represents a logical or of two operands. 

 

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