API: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 stored in the Image property.

Vcl.Imaging.GIFImg.TGIFHeader.Version inherits from Vcl.Imaging.GIFImg.TGIFItem.Version. All content below this line refers to Vcl.Imaging.GIFImg.TGIFItem.Version.

Specifies the version of the GIF image file stored in the Image property.

Version is a read-only property that specifies the version of the GIF image file stored in the Image property.

See Also