Implements the default handler used to draw the control.
Source position: controls.pp line 2392
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. |
CT Web help |
CodeTyphon Studio |