RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.ReadCurrency Method

Retrieves a currency value from a specified data value associated with the current key.

Pascal
function ReadCurrency(const Name: string): Currency;
C++
__fastcall Currency ReadCurrency(const AnsiString Name);

Call ReadCurrency to read a Currency value from a specified data value associated with the current key. Name is the name of the data value to read. 

If successful, ReadCurrency returns a Currency value. If the Registry entry does not contain a Currency value, an exception is raised. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!