Vcl.JumpList.TJumpCategoryItem Properties
InheritedProtected
| CategoryName | published | Display name of the category. |
| 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. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| Items | published | List of items in your category. |
| Visible | published | Determines whether your category should be visible on the jump list of your application (True) or not (False). |