Reads an Currency value from the file.
Class
TTextIniFile
Declaration
function ReadCurrency(const Section, Ident: string; const Default: Currency): Currency;
Visibility
public
Description
Reads an Currency value from the file. If either the given section
or the given identifier does not exist, or the value cannot be
converted to Currency, the default value is returned instead.
See
WriteCurrency