Vcl.ListActns.TListControlItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

Description

Creates and initializes a TListControlItem instance.

Do not call the constructor to create a TListControlItem instance. Instead, use the collection's Add method to create a new list control item.

Collection is the collection object that owns and manages this list control item.

See Also