Vcl.ImageCollection.TImageCollection.Delete

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImageCollection.pas
Vcl.ImageCollection.hpp
Vcl.ImageCollection TImageCollection

Description

Embarcadero Technologies does not currently have any additional information.