RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::= Operator (Currency&)

Assigns the value of the System::Currency::Currency object.

Pascal
operator =(rhs: double);
operator =(rhs: Integer);
operator =(const rhs: CurrencyBase&);
operator =(const rhs: Currency&);
C++
__fastcall Currency& operator =(double rhs);
__fastcall Currency& operator =(int rhs);
__fastcall Currency& operator =(const CurrencyBase& rhs);
__fastcall Currency& operator =(const Currency& rhs);

The assignment System::Currency::= assigns the value of the rhs operand to the System::Currency::Currency object. The assignment System::Currency::= can take 

a double or integer value, which is assigned to the System::Currency::Currency object. 

a System::Currency::CurrencyBase or System::Currency::Currency object, whose value is assigned to the System::Currency::Currency object. 

 

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