Vcl.JumpList.TJumpListCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TOwnedCollection.Create */ inline __fastcall TJumpListCollection(System::Classes::TPersistent* AOwner, System::Classes::TCollectionItemClass ItemClass) : System::Classes::TOwnedCollection(AOwner, ItemClass) { }

Properties

Type Visibility Source Unit Parent
constructor public Vcl.JumpList.hpp Vcl.JumpList TJumpListCollection

Description

Creates an instance of TJumpListCollection.

See Also