RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TUsageCount Record
Pascal
TUsageCount = record
  Count: integer;
  Index: integer;
end;
C++
struct TUsageCount {
  int Count;
  int Index;
};

This is record GIFImg.TUsageCount.

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