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

Increments 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 add the value of another System::Currency::Currency object to this one. 

 

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