Vcl.Imaging.GIFImg.TGIFApplicationExtension.RegisterExtension

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RegisterExtension(eIdent: TGIFApplicationRec; eClass: TGIFAppExtensionClass);

C++

__classmethod void __fastcall RegisterExtension(const TGIFApplicationRec &eIdent, TGIFAppExtensionClass eClass);

Properties

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

Description

Adds a new extension to the extension list.

Call the RegisterExtension function to add a new extension for the GIF image to a list of registered extensions.

See Also