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

ReadString

Reads a string from the file.

Class
TTextIniFile

Declaration

function ReadString(const Section, Ident, Default: string): string;

Visibility
public

Description
Reads a string from the file. If either the given section or the given identifier does not exist, the default value is returned instead.

See
WriteString