RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opMultiply Constant

opMultiply defines a multiply operation.

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

System

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. 

 

BinaryOp 

BinaryOp 

TVarOp

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