Vcl.JumpList.TJumpListItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); override;

C++

__fastcall virtual TJumpListItem(System::Classes::TCollection* Collection);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListItem

Description

Creates and initializes an instance of TJumpListItem.

Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong.

The Collection property identifies the TJumpCategories instance that contains the new item.

See Also