[Overview][Types][Classes][Procedures and functions][Index] |
Handles paint requests received from the parent control.
Source position: extctrls.pp line 680
protected procedure TBevel.Paint; override; |
Paint is an overridden procedure used to perform paint requests received by the parent control.
Paint checks the value in Style to determine the Pen colors used to draw the bevel. The Shape property determines the drawing primitives used to render the bevel to its Canvas.
Remark: | No actions are performed in the method when Shape contains the value bsSpacer. |
Paint calls the inherited method to trigger the OnPaint event handler (when assigned).
|
Shape - whether a box, a frame or a line along one of the edges. |
|
|
Indicates whether the bevel is drawn using a raised or a lowered style. |
|
|
A clipped window into the parent Canvas. |
|
|
Implements the default handler used to draw the control. |
|
|
Event handler signalled to paint the control. |
Version 4.0 | Generated 2025-05-03 | Home |