Vcl.JumpList.TJumpListItem.Path

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

Delphi

property Path: TFileName read FPath write SetPath;

C++

__property System::Sysutils::TFileName Path = {read=FPath, write=SetPath};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListItem


説明

ユーザーが項目を選択した際に Windows が実行する必要のある、実行可能ファイルへの絶対パス。

ユーザーが項目を選択した際、Windows は Path 上の実行可能ファイルを呼び出し、そこに、Arguments の中身を引数として渡します。

関連項目