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

ReadInteger

Reads an Integer value from the file.

Class
TTextIniFile

Declaration

function ReadInteger(const Section, Ident: string; 
                                 Default: LongInt): LongInt;

Visibility
public

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

See
WriteInteger