RAD Studio VCL Reference
|
System::Currency is the C++ implementation of the Delphi System::Currency data type.
Currency = class(CurrencyBase);
class Currency : public CurrencyBase;
syscurr.h
System::Currency is a C++ class that implements a Delphi intrinsic type, also called System::Currency. Use System::Currency to hold monetary values.
ostream& operator << (ostream& os, const Currency& arg); istream& operator >> (istream& is, Currency& arg);
System::CurrencyComp
System::CurrencyCurrencyBase
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|