API:Vcl.Imaging.GIFImg.TGIFExtensionList

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Imaging.GIFImg.TGIFListSystem.Classes.TPersistentSystem.TObjectTGIFExtensionList

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.

Vcl.Imaging.GIFImg.TGIFExtensionList inherits from Vcl.Imaging.GIFImg.TGIFList. All content below this line refers to Vcl.Imaging.GIFImg.TGIFList.

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