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

TGraphicControl.Paint

Override this method with your own painting code.

Declaration

Source position: controls.pp line 2224

protected procedure TGraphicControl.Paint; virtual;

Description

The default implementation invokes the OnPaint handler.

See also

TGraphicControl.OnPaint

  

Supply your own OnPaint handler for painting the control.