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

TPairSplitterSide.Paint

Renders the frame for the control on its Canvas at design-time.

Declaration

Source position: pairsplitter.pas line 50

protected procedure TPairSplitterSide.Paint; virtual;

Description

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.

See also

TPairSplitterSide.WMPaint

  

Provides custom handling for LM_PAINT messages in the control.

TControlCanvas

  

Base class which provides a canvas property used in graphic controls.


Version 4.0 Generated 2025-05-03 Home