Vcl.Imaging.GIFImg.TGIFExtension.RegisterExtension

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RegisterExtension(elabel: BYTE; eClass: TGIFExtensionClass);

C++

__classmethod void __fastcall RegisterExtension(System::Byte elabel, TGIFExtensionClass eClass);

Properties

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

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