Vcl.ImageCollection.TImageCollection.Delete

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

Delphi

procedure Delete(AIndex: Integer); overload;
procedure Delete(const AName: String); overload;
procedure Delete(const ACategory: String; AStartIndex, AEndIndex: Integer); overload;

C++

void __fastcall Delete(int AIndex)/* overload */;
void __fastcall Delete(const System::UnicodeString AName)/* overload */;
void __fastcall Delete(const System::UnicodeString ACategory, int AStartIndex, int AEndIndex)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。