Vcl.JumpList.TCustomJumpList.AutoRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoRefresh: Boolean read FAutoRefresh write SetAutoRefresh default False;

C++

__property bool AutoRefresh = {read=FAutoRefresh, write=SetAutoRefresh, default=0};

Properties

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

Description

Determines 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).

Exceptions

Setting the AutoRefresh property to True 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 you set AutoRefresh to True, your jump list component uses the following members that may raise their own exceptions:

See Also