System.Win.Registry.TRegistry.SetCurrentKey

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

Delphi

procedure SetCurrentKey(Value: HKEY);

C++

void __fastcall SetCurrentKey(HKEY Value);

プロパティ

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

説明

CurrentKey プロパティの設定メソッド。

SetCurrentKey は、CurrentKey プロパティの設定メソッドです。

メモ:  ChangeKey メソッドとは異なり、SetCurrentKey メソッドは CurrentKey プロパティを変更するだけで、CurrentPath プロパティも変更しません。

関連項目