System.Win.Registry.TRegistry.GetKey

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

Delphi

function GetKey(const Key: string): HKEY;

C++

HKEY __fastcall GetKey(const System::UnicodeString Key);

プロパティ

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

説明

文字列として指定されたキーに相当する HKEY を返します。

GetKey メソッドは、文字列として指定された Key パラメータに相当する HKEY を返します。

関連項目