Vcl.Imaging.GIFImg.TGIFHeader.Version

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Version: TGIFVersion read GetVersion;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

説明

GIF イメージファイルのバージョンを表します。

読み取り専用の Version プロパティは TGIFHeader インスタンスが対応している GIF イメージのバージョンを表します。

The following table lists the possible values of the Version property. 以下のテーブルで、Version プロパティの 取ることが出来る値を列挙します。


意味

gv87a

1987年5月に発表になった、オリジナルの GIF イメージフォーマットを表します。

gv89a

1989年7月に発表になった、最新の改訂の GIF イメージフォーマットを表します。

gvUnknown

GIF イメージのバージョンが特定できない事を示しています。



関連項目