[Overview][Classes][Index] |
Write string to file
Source position: inifiles.pp line 201
public procedure TIniFile.WriteString( |
const Section: string; |
const Ident: string; |
const Value: string |
); override; |
Section |
|
Section to write key value in |
Ident |
|
Key name to use |
Value |
|
String value to write |
WriteString implements the TCustomIniFile.WriteString abstract method by writing the string to the in-memory copy of the ini file. If CacheUpdates property is False, then the whole file is immediately written to disk as well.
If an error happens when the file is written to disk, an exception will be raised.