Vcl.Imaging.GIFImg.TGIFList.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TGIFItem;

C++

TGIFItem* __fastcall GetItem(int Index);

Properties

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

Description

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

GetItem is an internal method that returns the GIF item with the index specified through the Index argument in the Items list.

See Also