Vcl.Imaging.GIFImg.TGIFItem.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: TGIFVersion; virtual;

C++

virtual TGIFVersion __fastcall GetVersion(void);

Properties

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

Description

Returns the value of the Version property.

GetVersion is an internal method that returns the value of the Version property.

See Also