Vcl.JumpList.TJumpList.AutoRefresh
Delphi
property AutoRefresh: Boolean read FAutoRefresh write SetAutoRefresh default 0;
C++
__property AutoRefresh = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.JumpList.pas Vcl.JumpList.hpp |
Vcl.JumpList | TJumpList |
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
).
Vcl.JumpList.TJumpList.AutoRefresh inherits from Vcl.JumpList.TCustomJumpList.AutoRefresh. All content below this line refers to Vcl.JumpList.TCustomJumpList.AutoRefresh.
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 |
---|---|---|
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: