RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TGIFApplicationRec Record
Pascal
TGIFApplicationRec = packed record
  Identifier: TGIFIdentifierCode;
  Authentication: TGIFAuthenticationCode;
end;
C++
struct TGIFApplicationRec {
  TGIFIdentifierCode Identifier;
  TGIFAuthenticationCode Authentication;
};

This is record GIFImg.TGIFApplicationRec.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!