Vcl.ComCtrls.TCustomListView.CreateListItems

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CreateListItems: TListItems; virtual;

C++

virtual TListItems* __fastcall CreateListItems();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

説明

Items プロパティを実装する TListItems オブジェクトを作成します。

TCustomListView は,内部的に CreateListItems を呼び出して,Items プロパティを実装するオブジェクトを作成します。TCustomListView に実装されているように,CreateListItems は TListItems のインスタンスを作成して返します。TListItems の専門化した下位クラスを使用する場合は,このメソッドをオーバーライドします。

関連項目