Vcl.Imaging.GIFImg.GIFVersions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFVersions : array[gv87a..gv89a] of TGIFVersionRec = (AnsiString('87a'), AnsiString('89a'));

C++

extern DELPHI_PACKAGE System::StaticArray<System::StaticArray<char, 3>, 2> GIFVersions;

Properties

Type Visibility Source Unit Parent
const
variable
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Contains the possible versions of the GIF format handled by this namespace.

GIFVersions is a constant array specifying the possible versions of the GIF format handled by the GIFImg namespace.