Vcl.Imaging.GIFImg.TGIFItem.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 TGIFItem

Description

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