Vcl.Imaging.GIFImg.TGIFList.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(Item: TGIFItem): Integer;

C++

int __fastcall IndexOf(TGIFItem* Item);

Properties

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

Description

Returns the index of the given GIF item in the Items list.

Call IndexOf to obtain the index of the GIF item specified through Item in the Items list.

If no GIF item with the specified value is found, IndexOf returns -1.

See Also