Vcl.ComCtrls.TListItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TListItems); virtual;

C++

__fastcall virtual TListItem(TListItems* AOwner);

Properties

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

Description

Creates an instance of TListItem.

Call Create to instantiate a TListItem object at runtime. List items added to the list view at design time are created automatically. At runtime, use the Add method of the TListItems object to create a list item and add it to the list view.

See Also