Vcl.JumpList.TJumpListItem Properties
InheritedProtected
| Arguments | published | String with the command-line arguments for the executable of your item. |
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FriendlyName | published | Display name of the item, which Windows shows for your item on the jump list of your application. |
| Icon | published | Path of an icon to show for your item on the jump list of your application along with the display name of your item. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| IsSeparator | published | Whether this item is an item separator (True) or a regular item (False). |
| Path | published | Absolute path to the executable that Windows must run when your user selects your item. |
| Visible | published | Determines whether your item should be visible on the jump list of your application (True) or not (False). |