Vcl.ComCtrls.TCustomListView.CreateListItem

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

Delphi

function CreateListItem: TListItem; virtual;

C++

virtual TListItem* __fastcall CreateListItem();

プロパティ

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

説明

Items プロパティで指定されたコレクションのリスト項目を作成します。

CreateListItem メソッドを呼び出すと Items コレクションに追加される TListItem オブジェクトを作成できます。CreateListItem はリスト項目を作成しますがコレクションに挿入はしません。

関連項目