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

WriteBool

Writes a Boolean value to the file.

Class
TTextIniFile

Declaration

procedure WriteBool(const Section, Ident: string; 
                                Value: Boolean);

Visibility
public

Description
Writes a Boolean 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
ReadBool