RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TGIFGCERec Record
Pascal
TGIFGCERec = packed record
  BlockSize: byte;
  PackedFields: Byte;
  DelayTime: Word;
  TransparentColorIndex: Byte;
  Terminator: Byte;
end;
C++
struct TGIFGCERec {
  byte BlockSize;
  Byte PackedFields;
  Word DelayTime;
  Byte TransparentColorIndex;
  Byte Terminator;
};

This is record GIFImg.TGIFGCERec.

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