System.Win.Registry.TRegistry.CurrentPath

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

Delphi

property CurrentPath: string read FCurrentPath;

C++

__property System::UnicodeString CurrentPath = {read=FCurrentPath};

プロパティ

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

説明

現在のキーに関連付けられたレジストリパスです。

CurrentPath は,現在のキーのレジストリパスを取得できます。システムレジストリは階層になっているので,CurrentPath はルートキーから現在のキーまでの文字列を返します。

CurrentPath は現在のキーが変わるたびに自動的に再設定されます。

関連項目