[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Paints all child controls which do not have a Handle.
Source position: controls.pp line 2118
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 which do not descend from TWinControl have no handle of their own; they are repainted when the parent control is redrawn.
lazarus-ccr.sourceforge.net |