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. 

 

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