API:Vcl.Imaging.GIFImg.TGIFApplicationRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TGIFApplicationRec = record
    Identifier: TGIFIdentifierCode;
    Authentication: TGIFAuthenticationCode;
  end;

C++

struct DECLSPEC_DRECORD TGIFApplicationRec
{
public:
    TGIFIdentifierCode Identifier;
    TGIFAuthenticationCode Authentication;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Embarcadero Technologies does not currently have any additional information.