System.Win.Registry.TRegistry.GetRootKeyName

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

Delphi

function GetRootKeyName: string;

C++

System::UnicodeString __fastcall GetRootKeyName();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

説明

文字列ルートキーの名前を返します。

GetRootKeyName メソッドは、RootKey プロパティの取得メソッドです。

GetRootKeyName メソッドは、RootKey プロパティの対応する文字列を返します。

メモ:  戻り値は、HKEY_CLASSES_ROOTHKEY_CURRENT_USERHKEY_LOCAL_MACHINEHKEY_USERSHKEY_PERFORMANCE_DATAHKEY_CURRENT_CONFIGHKEY_DYN_DATA のどれか 1 つになります。

関連項目