Source position: agraphics.pas line 95
type tBitMap = record
BytesPerRow: Word;
Rows: Word;
Flags: Byte;
Depth: Byte;
pad: Word;
Planes: array [0..7] of TPLANEPTR;
end;