RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opSubtract Constant

opSubtract defines a subtraction operation.

Pascal
opSubtract = 1;
C++
opSubtract = 1;

System

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

opSubtract represents the right operand subtracted from the left operand. 

 

BinaryOp 

BinaryOp 

TVarOp

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