RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomIniFile.Create Constructor

Creates a TCustomIniFile object for an application.

Pascal
constructor Create(const FileName: string);
C++
__fastcall TCustomIniFile(const AnsiString FileName);

Create constructs a TCustomIniFile object for an application. Create assigns the FileName parameter to the FileName property, which is used to specify the name of the ini file to use. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!