Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AFrame: TGIFFrame); override;

C++

__fastcall virtual TGIFGraphicControlExtension(TGIFFrame* AFrame);

Properties

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

Description

Creates an instance of the TGIFGraphicControlExtension class.

Call Create to create an instance of the TGIFGraphicControlExtension class.

See Also