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

tagPAINTSTRUCT

Declaration

Source position: lcltype.pp line 1184

type tagPAINTSTRUCT = record

  hdc: HDC;

  

  fErase: Bool;

  

  rcPaint: TRect;

  

  fRestore: Bool;

  

  fIncUpdate: Bool;

  

  rgbReserved: array [0..31] of Byte;

  

end;


Version 3.2 Generated 2024-02-25 Home