API:System.Win.Registry.TRegistryIniFile.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const FileName: string); overload;
constructor Create(const FileName: string; AAccess: LongWord); overload;

C++

__fastcall TRegistryIniFile(const System::UnicodeString FileName)/* overload */;
__fastcall TRegistryIniFile(const System::UnicodeString FileName, unsigned AAccess)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistryIniFile

Description

Creates a TCustomIniFile object for an application.

System.Win.Registry.TRegistryIniFile.Create inherits from System.IniFiles.TCustomIniFile.Create. All content below this line refers to System.IniFiles.TCustomIniFile.Create.

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