RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opSubtract Constant

opSubtract defines a subtraction operation.

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

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. 

 

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