[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Paint handler plug-in
Source position: controls.pp line 1840
protected procedure TCustomControl.PaintWindow( |
DC: HDC |
); override; |
DC |
|
The Device Context in which to paint |
This is a plug-in in TWinControl to get the DC,
assign it to our canvas and call the paint method for
descendants to do the actual painting
|
PaintWindow - method for painting a window |