help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Classes] Reference for unit 'IniFiles' (#fcl)

TMemIniFile.Create

Create a new instance of TMemIniFile

Declaration

Source position: inifiles.pp line 192

public constructor TMemIniFile.Create(

  const AFileName: String;

  AEscapeLineFeeds: Boolean = false

); override;

Arguments

AFileName

  

Name of file to read data from

AEscapeLineFeeds

  

Should linefeed escaping be turned on

Description

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.

See also

TIniFile.Create

  

Create a new instance of TIniFile

CacheUpdates

  

Should changes be kept in memory

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505