Vcl.JumpList.EJumpListItemException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEJumpListItemException

Delphi

EJumpListItemException = class(Exception);

C++

class PASCALIMPLEMENTATION EJumpListItemException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList Vcl.JumpList

Description

Exception that may be raised while you use jump lists.

The following members may raise this type of exception:

Class Members

TJumpListCollection

TJumpListItem

TCustomJumpList

See Also