RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.WriteCurrency Method

Stores a currency value in a specifically named data value associated with the current key.

Pascal
procedure WriteCurrency(const Name: string; Value: Currency);
C++
__fastcall WriteCurrency(const AnsiString Name, Currency Value);

Call WriteCurrency to store a Currency value in a data value associated with the current key. 

Name is a string containing the name of the data value in which to store data. If Name already exists, its current value is overwritten by WriteCurrency. If Name does not exist, it is created. 

Value is a Currency value to store in the registry. 

If WriteCurrency fails, an exception is raised, and the value is not written to the registry. 

 

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