FMX.ImgList.TSourceCollection.Insert

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

Delphi

function Insert(Index: Integer): TCustomSourceItem;

C++

HIDESBASE TCustomSourceItem* __fastcall Insert(int Index);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TSourceCollection


説明

新しい TCustomSourceItem 項目を作成し、それを items の配列の、Index で指定された位置に追加します。

関連項目