Vcl.JumpList.TJumpCategoryItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); override;

C++

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

Properties

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

Description

Creates and initializes an instance of TJumpCategoryItem.

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