Vcl.Imaging.GIFImg.TGIFApplicationExtension.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ASubImage: TGIFFrame); overload; override;
constructor Create(ASubImage: TGIFFrame; const Ident: TGIFApplicationRec); reintroduce; overload;

C++

__fastcall virtual TGIFApplicationExtension(TGIFFrame* ASubImage)/* overload */;
__fastcall TGIFApplicationExtension(TGIFFrame* ASubImage, const TGIFApplicationRec &Ident)/* overload */;

Properties

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

Description

Creates an instance of the TGIFExtension class.

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

Creates an instance of the TGIFExtension class.

Call Create to create an instance of the TGIFExtension class.

See Also