RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TIconRec Record
Pascal
TIconRec = packed record
  Width: Byte;
  Height: Byte;
  Colors: Word;
  Reserved1: Word;
  Reserved2: Word;
  DIBSize: Longint;
  DIBOffset: Longint;
end;
C++
struct TIconRec {
  Byte Width;
  Byte Height;
  Word Colors;
  Word Reserved1;
  Word Reserved2;
  Longint DIBSize;
  Longint DIBOffset;
};

Graphics

This is record Graphics.TIconRec.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!