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. 

 

System::Currency::++ 

System::Currency::-= 

System::Currency::operator_minus_binary

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