Vcl.JumpList.TJumpListItem Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ArgumentspublishedString with the command-line arguments for the executable of your item.
CollectionpublicSpecifies the TCollection instance to which the TCollectionItem belongs.
DisplayNamepublicThe name displayed in the Collection editor.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
FriendlyNamepublishedDisplay name of the item, which Windows shows for your item on the jump list of your application.
IconpublishedPath of an icon to show for your item on the jump list of your application along with the display name of your item.
IDpublicA unique, permanent index for the item.
IndexpublicReturns the item's position in the Items array of TCollection.
IsSeparatorpublishedWhether this item is an item separator (True) or a regular item (False).
PathpublishedAbsolute path to the executable that Windows must run when your user selects your item.
VisiblepublishedDetermines whether your item should be visible on the jump list of your application (True) or not (False).