[Overview][Classes][Index] |
Write a string value
Source position: inifiles.pp line 151
public procedure TCustomIniFile.WriteString( |
const Section: string; |
const Ident: string; |
const Value: string |
); virtual; abstract; |
Section |
|
Section to write key value to |
Ident |
|
Key name with which to write value |
Value |
|
String value to write |
WriteString writes the string 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.
Note that it is not possible to write strings with newline characters in them. Newlines can be read from a .ini file, but there is no support for writing them.
|
Read a string valued key |
|
|
Write an integer value |
|
|
Write boolean value |
|
|
Write date value |
|
|
Write date/time value |
|
|
Write time value |
|
|
Write a floating-point value |
|
|
Write binary data |