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 TGIFExtension class.

Call Create to create an instance of the TGIFExtension class.

See Also