RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opDivide Constant

opDivide defines a divide operation.

Pascal
opDivide = 3;
C++
opDivide = 3;

System

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

opDivide represents the division 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!