FireDAC.Stan.Util.TFDConfigFile.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AReadOnly: Boolean);

C++

__fastcall TFDConfigFile(bool AReadOnly);

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util TFDConfigFile

Description

Creates a TRegistryIniFile object for an application.

FireDAC.Stan.Util.TFDConfigFile.Create inherits from System.Win.Registry.TRegistryIniFile.Create. All content below this line refers to System.Win.Registry.TRegistryIniFile.Create.

Creates a TRegistryIniFile object for an application.

Create constructs a TRegistryIniFile and creates an internal TRegIniFile object used to access the system registry. TRegistryIniFile uses this TRegIniFile object as a helper object to provide much of its functionality.

FileName is used as the FileName property for the internal TRegIniFile object in the RegIniFile property.

AAccess initializes the Access property of the internal TRegIniFile object.

See Also