Vcl.ComCtrls.TListItems.Insert

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

Delphi

function Insert(Index: Integer): TListItem;

C++

TListItem* __fastcall Insert(int Index);

プロパティ

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

説明

新しいリスト項目を作成し,リストビューに挿入します。

Insert メソッドを呼び出すと,新しい TListItem オブジェクトを,リストビュー内の指定した Index パラメータの位置に挿入できます。Insert メソッドは挿入したリスト項目を返します。

関連項目