Vcl.ImageCollection.TImageCollection.Delete

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.ImageCollection.pas
Vcl.ImageCollection.hpp
Vcl.ImageCollection TImageCollection

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.