Vcl.JumpList.TJumpList Properties

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
ApplicationIDpublishedApplication User Model ID of your application.
AutoRefreshpublishedDetermines whether changes to the task list and custom categories list should be updated in the Windows task bar automatically (True) or if those changes should only be updated in the Windows task bar manually using UpdateList (False).
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
CustomCategoriespublishedList of custom categories to show on the jump list of your applications.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnabledpublishedDetermines whether the component can be used (True) or not (False).
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ShowFrequentpublishedShows a list of files that your user opens with your application often in the jump list of your application.
ShowRecentpublishedShows a list of the last files that your user opens with your application in the jump list of your application.
TagpublishedStores a NativeInt integral value as a part of a component.
TaskListpublishedList of tasks, entries of the jump list of your application that provides quick access to some of the functionality of your application for your user’s convenience.
VCLComObjectpublicRepresents information used internally by components that support COM.