Vcl.JumpList.TCustomJumpList.UpdateList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UpdateList: Boolean;

C++

bool __fastcall UpdateList();

Properties

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

Description

Updates the jump list of your application to show the information defined in your jump list component.

UpdateList returns True if the update succeeds, or False otherwise.

Alternatively, you can enable the AutoRefresh property to have any changes to the jump list component synchronized with the jump list of your application.

Exceptions

A call to UpdateList may raise any of the following exceptions:

Exception Exception.Message Scenarios

EJumpListException

JumpList exception: Error <code> Beginning List

JumpList exception: Error <code> Committing List

EJumpListItemException

JumpListItem exception: Error <code> Appending Recent Category

JumpListItem exception: Error <code> Appending Frequent Category

JumpListItem exception: Error <code> Adding User tasks

JumpListItem exception: Error <code> Adding Category <name>

The implementation of UpdateList uses the following members that may raise their own exceptions:

See Also