Vcl.ComCtrls.TListItems.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCustomListView);

C++

__fastcall TListItems(TCustomListView* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

Description

Creates an instance of TListItems.

Create instantiates a TListItems object. This constructor is rarely used in application code, because the list view object creates the list items object as needed.

See Also