RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSplitter.Paint Method

Draws the image of the splitter.

Pascal
procedure Paint; override;
C++
virtual __fastcall Paint();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!