Vcl.JumpList.TJumpListItem.Arguments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Arguments: string read FArguments write SetArguments;

C++

__property System::UnicodeString Arguments = {read=FArguments, write=SetArguments};

Properties

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

Description

String with the command-line arguments for the executable of your item.

When the user selects your item, Windows calls the executable at Path and passes that executable the content of Arguments as arguments.

See Also