API:Vcl.Imaging.GIFImg.TGIFApplicationRec

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。