Vcl.Imaging.GIFImg.TGIFList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(Item: TGIFItem): Integer;

C++

int __fastcall Add(TGIFItem* Item);

Properties

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

Description

Adds the given GIF item to the Items list.

Call Add to add the GIF item specified through Item to the Items list. After adding Item, Add returns the index of Item in the Items list.

Note: If the Item already exists in the Items list, no GIF item is added to the list. In this case, Add returns the index in the list where Item was found.

See Also