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

tagBITMAPCOREHEADER

Declaration

Source position: lcltype.pp line 1194

type tagBITMAPCOREHEADER = record

  bcSize: DWORD;

  

  bcWidth: Word;

  

  bcHeight: Word;

  

  bcPlanes: Word;

  

  bcBitCount: Word;

  

end;