API:Vcl.Imaging.GIFImg.TGIFHeader
Delphi
TGIFHeader = class(TGIFItem)
C++
class PASCALIMPLEMENTATION TGIFHeader : public TGIFItem
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.
Vcl.Imaging.GIFImg.TGIFHeader inherits from Vcl.Imaging.GIFImg.TGIFItem. All content below this line refers to Vcl.Imaging.GIFImg.TGIFItem.
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.