RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSplitter.StopSizing Method

Cleans up after the splitter has resized its neighboring control.

Pascal
procedure StopSizing; dynamic;
C++
__fastcall StopSizing();

This protected procedure is called when the user releases the mouse or hits the Escape key while using the splitter to resize a control. StopSizing makes sure that the resize line is no longer visible and generates an OnMoved event. 

 

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