RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::-= Operator

Decrements the value of this System::Currency::Currency object by the value of rhs.

Pascal
operator -=(const rhs: Currency&);
C++
__fastcall Currency& operator -=(const Currency& rhs);

Use the System::Currency::-= to subtract the value of another System::Currency::Currency object from this one. 

 

System::Currency::= 

System::Currency::+= 

System::Currency::operator_minus_binary 

System::Currency::--

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