Vcl.Imaging.GIFImg.TGIFList.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Sets the GIF item with the given index to the specified value in the Items list.

GetItem is an internal method that sets the GIF item with the index specified through the Index argument to the value of Item in the Items list.

See Also