[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the default handler used to draw the control.
Source position: controls.pp line 2454
protected procedure TGraphicControl.Paint; virtual; |
Paint is a method which causes the control to be drawn using the drawing mechanism for the control. In TGraphicControl, like TCustomControl, the OnPaint event handler is used (when assigned). Assign a routine to the OnPaint handler to perform the drawing operations needed for the control.
|
Event handler signalled to paint the control. |
Version 4.0 | Generated 2025-05-03 | Home |