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

tagBITMAPINFO

Declaration

Source position: lcltype.pp line 1252

type tagBITMAPINFO = record

  bmiHeader: TBitmapInfoHeader;

  

  bmiColors: array [0..0] of TRGBQuad;

  

end;