Create a new instance of TMemIniFile.
Source position: inifiles.pp line 263
public constructor TMemIniFile.Create( |
const AFileName: string; |
AOptions: TIniFileOptions = [] |
); override; overload; |
const AFileName: string; |
AEscapeLineFeeds: Boolean |
); override; overload; |
AFileName |
|
Name of file to read data from. |
AOptions |
|
Options for the .ini file. |
AFileName |
|
Name of file to read data from. |
AEscapeLineFeeds |
|
Should linefeed escaping be turned on. |
Create simply calls the inherited Create, and sets the CacheUpdates to True so updates will be kept in memory till they are explicitly written to disk.
|
Create a new instance of TIniFile. |
|
|
Should changes be kept in memory. |