Vcl.ExtCtrls.TSplitter.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TSplitter

Description

Draws the image of the splitter.

The Paint method is called automatically when the splitter receives WM_PAINT messages from its Parent. Paint draws the background color of the splitter, and if Beveled is true, draws a bevel along the movable edges. After drawing the background and bevel, Paint generates an OnPaint event.

See Also