Vcl.JumpList.TCustomJumpList.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default False;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=0};

Properties

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

Description

Determines whether the component can be used (True) or not (False).

The jump list component only supports Windows 7 or later. When you run your application on a platform that does not support the jump list component, the jump list component makes its Enabled property False automatically.

If you want to disable your jump list component at run time, before you do that you may want to call DeleteList first to reset any configuration defined using your jump list component.

Exceptions

Making Enabled True may raise any of the following exceptions:

Exception Exception.Message Scenarios

EJumpListException

Current process already has an Application ID <id>

See Also