API:Vcl.Imaging.GIFImg.TGIFExtensionList

From RAD Studio API Documentation

TGIFExtensionListVcl.Imaging.GIFImg.TGIFListSystem.Classes.TPersistentSystem.TObject

Delphi

TGIFExtensionList = class(TGIFList)

C++

class PASCALIMPLEMENTATION TGIFExtensionList : public TGIFList

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. {{#multireplace:Vcl.Imaging.GIFImg.TGIFExtensionList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Imaging.GIFImg.TGIFList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Imaging.GIFImg.TGIFList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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