Vcl.JumpList.TCustomJumpList.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

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

Description

Initializes your jump list component.

Exceptions

Warning: You can only catch these exceptions at run time when you instantiate your jump list component or your form from code. Carefully review the causes of these exceptions and make sure that your application cannot raise these exceptions.

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

Exception Exception.Message Scenarios

EJumpListException

Current process already has an Application ID <id>

JumpList exception: Error <code> Beginning List

JumpList exception: Error <code> Committing List

If AutoRefresh is True, the implementation of Loaded uses the following members that may raise their own exceptions:

See Also