Vcl.ComCtrls.TListItems.Create

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

Delphi

constructor Create(AOwner: TCustomListView);

C++

__fastcall TListItems(TCustomListView* AOwner);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

説明

CreateTListItems のインスタンスを作成します。

Create は,TListItems オブジェクトをインスタンス化します。リスト項目オブジェクトは,リストビューオブジェクトが必要に応じて作成するので,このコンストラクタをアプリケーションコードで使用することはほとんどありません。

関連項目