Vcl.ComCtrls.TCustomListView.CreateListItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateListItems: TListItems; virtual;

C++

virtual TListItems* __fastcall CreateListItems();

Properties

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

Description

Creates the TListItems object that implements the Items property.

TCustomListView calls CreateListItems internally to create the object that implements the Items property. As implemented in TCustomListView, CreateListItems creates and returns a TListItems instance. Override this method to use a specialized TListItems descendant instead.

See Also