RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::-- Operator ()

Decrements the value of the System::Currency::Currency object by a specified integer value.

Pascal
operator --;
operator --(: Integer);
C++
Currency& operator --();
Currency operator --(int);

Use the unary System::Currency::-- to decrement the value of the System::Currency::Currency object by 1. 

Use the binary System::Currency::-- to decrement the value by the integer specified as an operand. 

 

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