FMX.ListView.Types.TListItemView.Insert

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

Delphi

procedure Insert(const Index: Integer; const Value: TListItemDrawable);

C++

void __fastcall Insert(const int Index, TListItemDrawable* const Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemView


説明

指定された描画可能リスト項目を、ビュー リストの指定されたインデックスの位置に挿入します。

関連項目