API:Vcl.Imaging.GIFImg.TGIFApplicationRec
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。