[Overview][Classes][Index] |
Write boolean value
Source position: inifiles.pp line 157
public procedure TCustomIniFile.WriteBool( |
const Section: string; |
const Ident: string; |
Value: Boolean |
); virtual; |
Section |
|
Section to write key value to |
Ident |
|
Key name with which to write value |
Value |
|
Boolean value to write |
WriteBool writes the boolean 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.
|
||
|
Write an integer value |
|
|
Write a string value |
|
|
Write date value |
|
|
Write date/time value |
|
|
Write time value |
|
|
Write a floating-point value |
|
|
Write binary data |