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

TWinControl.PaintControls

Paint all child controls which don't have a Handle.

Declaration

Source position: controls.pp line 2033

protected procedure TWinControl.PaintControls(

  DC: HDC;

  First: TControl

);

Arguments

DC

  

The device context usable for painting child controls.

First

  

First of the controls in Controls[], which remain to paint.

Description

Controls that are not TWinControl, have no handle of their own, and so they are repainted as part of the parent.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.