[Contents] [Parent chapter] [Previous chapter] [Next chapter]

WriteCurrency

Writes a Currency value to the file.

Class
TTextIniFile

Declaration

procedure WriteCurrency(const Section, Ident: string; 
                                    Value: Currency);

Visibility
public

Description
Writes a Currency value to the file. If the destination section does not exist, it is created. If a value with the given identifier already exists, it is overwritten.

See
ReadCurrency