Vcl.Imaging.GIFImg.TGIFList

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTGIFList

Delphi

TGIFList = class(TPersistent)

C++

class PASCALIMPLEMENTATION TGIFList : public System::Classes::TPersistent

Properties

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

Description

Implements the handling of a list of TGIFItem objects.

A TGIFList instance is able to store and manipulate a list of TGIFItem instances.

The implementation of TGIFList is mainly based on the implementation of the TList class.

The items stored by the TGIFList instance can be directly accessed by indexing the Items property. The number of elements in the Items list is stored in the Count property.

Apart from the operations that are similar to the ones implemented by the TList class, TGIFList also provides streaming operations for the Items list.

See Also