Vcl.Imaging.GIFImg.TGIFCommentExtension.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AFrame: TGIFFrame); override;

C++

__fastcall virtual TGIFCommentExtension(TGIFFrame* AFrame);

Properties

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

Description

Creates an instance of the TGIFCommentExtension class.

Call Create to create an instance of the TGIFCommentExtension class.

See Also