[Overview][Classes] | Reference for unit 'IniFiles' (#fcl) |
Write a string value
Source position: inifiles.pp line 132
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.
|
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 |
No notes exist for this page yet.