API:Vcl.Imaging.GIFImg.TGIFExtension.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AFrame: TGIFFrame); reintroduce; virtual;

C++

__fastcall virtual TGIFExtension(TGIFFrame* AFrame);

Properties

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

Description

Creates an instance of the TGIFItem class.

Vcl.Imaging.GIFImg.TGIFExtension.Create inherits from Vcl.Imaging.GIFImg.TGIFItem.Create. All content below this line refers to Vcl.Imaging.GIFImg.TGIFItem.Create.

Creates an instance of the TGIFItem class.

Call Create to create an instance of the TGIFItem class.

The AImage argument specifies the GIF image initially stored by the TGIFItem instance.

See Also