Vcl.Imaging.GIFImg.TGIFList.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer);

C++

void __fastcall Delete(int Index);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFList

Description

Deletes the GIF item with the specified index from the Items list.

Call Delete to delete the GIF item with the index specified through the Index argument from the Items list.

See Also