Vcl.Imaging.GIFImg.TGIFHeader.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(GIFImage: TGIFImage); override;

C++

__fastcall virtual TGIFHeader(TGIFImage* GIFImage);

Properties

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

Description

Creates an instance of the TGIFHeader class.

Call Create to create an instance of the TGIFHeader class.

The GIFImage argument specifies the GIF image that the TGIFHeader instance initially stores.

See Also