Vcl.JumpList.TJumpListItem.Path

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Path: TFileName read FPath write SetPath;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListItem


Description

Chemin absolu à l'exécutable que Windows doit exécuter quand votre utilisateur sélectionne votre élément.

Quand l'utilisateur sélectionne votre élément, Windows appelle l'exécutable à partir de Path et passe à cet exécutable le contenu de Arguments comme arguments.

Voir aussi