Vcl.Touch.GestureMgr.TGestureCollectionItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

Creates and initializes a TCollectionItem instance.

Vcl.Touch.GestureMgr.TGestureCollectionItem.Create inherits from System.Classes.TCollectionItem.Create. All content below this line refers to System.Classes.TCollectionItem.Create.

Creates and initializes a TCollectionItem instance.

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

Collection identifies the TCollection instance to which the new item belongs.

See Also