Vcl.Imaging.GIFImg.Register

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Register;

C++

extern DELPHI_PACKAGE void __fastcall Register();

Properties

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

Description

Adds design-time support of GIFs to TImage.

Register is a registration procedure that adds design-time support of GIFs to the TImage component.

Register also sets the value of the GIFImageDefaultAnimationLoop variable to glDisabled.

See Also