RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.CurrencyString Variable

CurrencyString defines the currency symbol (or characters) used in floating-point to decimal conversions.

Pascal
CurrencyString: string;
C++
AnsiString CurrencyString;

On Windows, the initial value is fetched from LOCALE_SCURRENCY. 

 

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