[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

tagBITMAP

Declaration

Source position: lcltype.pp line 1277

type tagBITMAP = record

  bmType: LongInt;

  

  bmWidth: LongInt;

  

  bmHeight: LongInt;

  

  bmWidthBytes: LongInt;

  

  bmPlanes: Word;

  

  bmBitsPixel: Word;

  

  bmBits: Pointer;

  

end;


Version 3.2 Generated 2024-02-25 Home