Read an integer value from the file.
Source position: inifiles.pp line 184
public function TCustomIniFile.ReadInteger( |
const Section: string; |
const Ident: string; |
Default: LongInt |
):LongInt; virtual; |
Section |
|
Section to read Ident from. |
Ident |
|
Name of key to retrieve value from. |
Default |
|
Default value to return when the key Ident does not exist. |
Value of Ident as an integer.
ReadInteger reads the key Ident in section Section, and returns the value as an integer. If the specified key or section do not exist, then the value in Default is returned. If the key exists, but contains an invalid integer value, Default is also returned.
|
Write an integer value. |
|
|
Read a string valued key. |
|
|
||
|
Read a date value. |
|
|
Read a Date/Time value. |
|
|
Read a time value. |
|
|
Read a floating point value. |
|
|
Read binary data. |