Vcl.Imaging.GIFImg.TGIFList.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TGIFItem read GetItem write SetItem; default;

C++

__property TGIFItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

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

Description

Specifies the list of GIF items stored in the TGIFList object.

Use Items to change or obtain GIF items stored in the TGIFList object.

See Also