Vcl.Imaging.GIFImg.TGIFAuthenticationCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGIFAuthenticationCode = array [0..2] of AnsiChar;

C++

typedef System::StaticArray<char, 3> TGIFAuthenticationCode;

Properties

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

Description

TGIFAuthenticationCode represents a code used to authenticate the application identifier.

A variable of type TGIFAuthenticationCode stores a sequence of 3 bytes used to authenticate the application identifier. An application program may use an algorithm to compute a binary code that uniquely identifies it as the application owning the application extension.

See Also