System.Win.Registry.TRegistryIniFile.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistryIniFile

説明

Create は,アプリケーションの TRegistryIniFile オブジェクトを作成します。

Create は,TRegistryIniFile オブジェクト,およびシステムにレジストリにアクセスするための内部的な TRegIniFile オブジェクトを作成します。TRegistryIniFile オブジェクトは,この TRegIniFile オブジェクトをヘルパーオブジェクトとして使用し,その機能の多くを提供します。

FileName は,RegIniFile プロパティで指定される内部的な TRegIniFile オブジェクトの FileName プロパティとして使用されます。

AAccess は,内部的な TRegIniFile オブジェクトの Access プロパティを初期化します。

関連項目