Vcl.Imaging.GIFImg.TGIFList.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Remove(Item: TGIFItem): Integer;

C++

int __fastcall Remove(TGIFItem* Item);

Properties

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

Description

Removes the given GIF item from the Items list.

Call Remove to remove the GIF item specified through Item from the Items list.

Remove first attempts to find the specified GIF item. If no item is found, Remove returns -1 and no removing operation takes place. If the item is found, Remove removes the item from the Items list and returns the index in the Items list where the item was previously located at.

See Also