Vcl.ImgList.TCustomImageList.InsertIcon

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

Delphi

procedure InsertIcon(Index: Integer; Image: TIcon);

C++

void __fastcall InsertIcon(int Index, Vcl::Graphics::TIcon* Image);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

説明

イメージリスト内の指定した位置にアイコンを挿入します。

InsertIcon メソッドは,アイコンをイメージリストに挿入します。アイコンは,Index で指定したイメージの後に挿入されます。

関連項目