Vcl.Imaging.GIFImg.TGIFIdentifierCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGIFIdentifierCode = array [0..7] of AnsiChar;

C++

typedef System::StaticArray<char, 8> TGIFIdentifierCode;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

TGIFIdentifierCode represents a code used to identify the application owning the application extension.

A variable of type TGIFIdentifierCode stores a sequence of 8 printable ASCII characters used to identify the application owning the application extension.

See Also