Vcl.ComCtrls.TCustomListView.CreateListItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateListItem: TListItem; virtual;

C++

virtual TListItem* __fastcall CreateListItem();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Creates a list item for the collection specified by the Items property.

Call CreateListItem to create a TListItem object that will be added to the Items collection. CreateListItem creates the list item but does not insert it into the collection.

See Also