System.IniFiles.TCustomIniFile.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const FileName: string);

C++

__fastcall TCustomIniFile(const System::UnicodeString FileName);

Properties

Type Visibility Source Unit Parent
constructor public
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TCustomIniFile

Description

Creates a TCustomIniFile object for an application.

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.

See Also