[Overview][Classes][Index] |
Write an integer value
Source position: inifiles.pp line 153
public procedure TCustomIniFile.WriteInteger( |
const Section: string; |
const Ident: string; |
Value: LongInt |
); virtual; |
Section |
|
Section to write key value to |
Ident |
|
Key name with which to write value |
Value |
|
Integer value to write |
WriteInteger writes the integer Value with the name Ident to the section Section, overwriting any previous value that may exist there. The section will be created if it does not exist.
|
Read an integer value from the file |
|
|
Write a string value |
|
|
Write boolean value |
|
|
Write date value |
|
|
Write date/time value |
|
|
Write time value |
|
|
Write a floating-point value |
|
|
Write binary data |