Vcl.Imaging.GIFImg.TGIFHeader.Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Version: TGIFVersion read GetVersion;

C++

__property TGIFVersion Version = {read=GetVersion, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

Description

Specifies the version of the GIF image file.

The Version read-only property specifies the version of the GIF image to which the TGIFHeader instance corresponds.

The following table lists the possible values of the Version property.


Value Meaning

gv87a

Represents the original GIF image format, introduced in May 1987.

gv89a

Represents the newest revision of the GIF image format, introduced in July 1989.

gvUnknown

Specifies that the version of the GIF image could not be identified.



See Also