[Overview][Types][Classes][Procedures and functions][Index] |
Renders the frame for the control on its Canvas at design-time.
Source position: pairsplitter.pas line 50
protected procedure TPairSplitterSide.Paint; virtual; |
Paint is a method used to draw the frame for the control at design-time. Paint creates a temporary TControlCanvas instance with the Canvas that is used to perform the drawing operation. A frame is drawn using a dashed-line style around the Width and Height for the control. The dashed-line frame is omitted at run-time.
Paint is called from the WMPaint method.
|
Provides custom handling for LM_PAINT messages in the control. |
|
|
Base class which provides a canvas property used in graphic controls. |
Version 4.0 | Generated 2025-05-03 | Home |