RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opMultiply Constant

opMultiply defines a multiply operation.

Pascal
opMultiply = 2;
C++
opMultiply = 2;

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

opMultiply represents the multiplication of the left operand by the right operation. 

 

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