|
|
|
|
Location:
e32std.h
Link against: euser.lib
class TCurrencySymbol : public TBuf< KMaxCurrencySymbol >;
Gets a copy of the currency symbol(s) in use by the current locale.
After construction or after a call to TCurrencySymbol::Set(), the copy of the currency symbol(s) can be accessed and manipulated using the standard descriptor member functions provided
by the base class.
TBuf< KMaxCurrencySymbol > - No description.
TCurrencySymbol - Gets a copy of the currency symbol(s) in use by the current locale
Defined in TCurrencySymbol:
Set(), TCurrencySymbol()
IMPORT_C TCurrencySymbol();
Default constructor.
It constructs this object and initialises it with the current locale's currency symbol(s).
IMPORT_C void Set();
Re-retrieves the current locale's currency symbol(s).