Vcl.JumpList.TCustomJumpList.TaskList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TaskList: TJumpListCollection read FTaskList write SetTaskList;

C++

__property TJumpListCollection* TaskList = {read=FTaskList, write=SetTaskList};

Properties

Type Visibility Source Unit Parent
property public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TCustomJumpList

Description

List 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.

JumpListsTaskListMyItem.png

To add tasks to the task list at run time, use AddTask.

Note: Windows does not show empty lists.

Exceptions

Modifying the content of the TasksList property may raise any of the following exceptions:

Exception Exception.Message Scenarios

EJumpListException

JumpList exception: Error <code> Beginning List

JumpList exception: Error <code> Committing List

If AutoRefresh is True and you modify the content of the TasksList property, your jump list component uses the following members that may raise their own exceptions:

See Also