Source position: lcltype.pp line 1277
type tagBITMAP = record
bmType: LongInt;
bmWidth: LongInt;
bmHeight: LongInt;
bmWidthBytes: LongInt;
bmPlanes: Word;
bmBitsPixel: Word;
bmBits: Pointer;
end;