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

ReadChar

Reads an character value from the file.

Class
TTextIniFile

Declaration

function ReadChar(const Section, Ident: string; 
                              Default: Char): Char;

Visibility
public

Description
Reads an character value from the file. If either the given section or the given identifier does not exist, or the value cannot be converted to Char, the default value is returned instead.

See
WriteChar