Vcl.JumpList
Enables you to define jump lists for your VCL applications.
TJumpList is the main component of the unit. Use this component to add a jump list to your application. The documentation of the component shows how to use jump lists.
| Package | vcl.bpl |
|---|
Classes
| EJumpListException | Exception that may be raised during an update of the jump list of your application. |
| EJumpListItemException | Exception that may be raised while you use jump lists. |
| TCustomJumpList | Base class for components that provide support for Windows Jump Lists, such as TJumpList. |
| TJumpCategories | Collection of categories. |
| TJumpCategoryItem | Represents a jump list custom category. |
| TJumpList | Component that provides support for Windows Jump Lists. |
| TJumpListCollection | Collection of jump list items. |
| TJumpListItem | Item of a jump list. |
Types
| TCreatingListErrorEvent | Type of event handler for the TCustomJumpList.OnListUpdateError event. |
| TItemDeletedByUserEvent | Type of event handler for the TCustomJumpList.OnItemDeleted event. |
