Vcl.Imaging.GIFImg.TGIFItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTGIFItem

Delphi

TGIFItem = class(TPersistent)

C++

class PASCALIMPLEMENTATION TGIFItem : 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

Represents the base class for all the classes that implement sections of data in the GIF image file.

TGIFItem is the base class for all the classes that implement sections of data in the GIF image file.

An instance of TGIFList contains a list of TGIFItem objects.

A TGIFItem object contains information about the version of the GIF image stored as the Version property, as well as the image itself, stored as the Image property.

See Also