Vcl.JumpList.TJumpListItem.Path
Delphi
property Path: TFileName read FPath write SetPath;
C++
__property System::Sysutils::TFileName Path = {read=FPath, write=SetPath};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.JumpList.pas Vcl.JumpList.hpp |
Vcl.JumpList | TJumpListItem |
Description
Absolute path to the executable that Windows must run when your user selects your item.
When the user selects your item, Windows calls the executable at Path and passes that executable the content of Arguments as arguments.