API:Vcl.Imaging.GIFImg.TGIFApplicationRec

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.