[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Paint all child controls which don't have a Handle.
Source position: controls.pp line 2033
protected procedure TWinControl.PaintControls( |
DC: HDC; |
First: TControl |
); |
DC |
|
The device context usable for painting child controls. |
First |
|
First of the controls in Controls[], which remain to paint. |
Controls that are not TWinControl, have no handle of their own, and so they are repainted as part of the parent.
lazarus-ccr.sourceforge.net |