|
RAD Studio VCL Reference
|
Creates a TMemIniFile object for an application.
__fastcall TMemIniFile(const AnsiString FileName); __fastcall TMemIniFile(const AnsiString FileName, TEncoding Encoding);
Call Create to instantiate a TMemIniFile object for an application. Create sets the FileName property, and loads a copy of the INI file into memory, in an internal string list.
FileName is the name of the INI file the TMemIniFile uses.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|