Vcl.Imaging.GIFImg.TGIFList.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Insert(Index: Integer; Item: TGIFItem);

C++

void __fastcall Insert(int Index, TGIFItem* Item);

Properties

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

Description

Inserts the given GIF item at the specified index in the Items list.

Call Insert to insert the GIF item given through Item at the index specified through Index in the Items list.

If the index given through Index is out of bounds, a list index error is raised.

See Also