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

TWinControl.PaintControls

Paints all child controls which do not have a Handle.

Declaration

Source position: controls.pp line 2118

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 which do not descend from TWinControl have no handle of their own; they are repainted when the parent control is redrawn.

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