Vcl.Imaging.GIFImg.TGIFExtension.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: TGIFVersion; override;

C++

virtual TGIFVersion __fastcall GetVersion();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFExtension

Description

Returns the current version of the GIF object.

The GetVersion function returns the version of the GIF image or animation. The current value is 89a.

See Also