RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opIntDivide Constant

opIntDivide defines an integer divide operation.

Pascal
opIntDivide = 4;
C++
opIntDivide = 4;

System

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

opIntDivide represents the integer 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!