API:Vcl.VirtualImageList.TVirtualImageList.Delete

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

Delphi

procedure Delete(AIndex: Integer); overload;
procedure Delete(const AName: String); overload;

C++

HIDESBASE void __fastcall Delete(int AIndex)/* overload */;
HIDESBASE void __fastcall Delete(const System::UnicodeString AName)/* overload */;

プロパティ

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

説明

Delete は,イメージリストから特定のイメージを削除します。

Vcl.VirtualImageList.TVirtualImageList.Delete は Vcl.ImgList.TCustomImageList.Delete を継承しています。以下の内容はすべて Vcl.ImgList.TCustomImageList.Delete を参照しています。

Delete は,イメージリストから特定のイメージを削除します。

Delete メソッドは,Index で指定したイメージリスト内のイメージを削除します。イメージリスト内のすべてのイメージを削除する場合に使用します。

関連項目