Vcl.ExtCtrls.TSplitter.StopSizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopSizing; dynamic;

C++

DYNAMIC void __fastcall StopSizing();

Properties

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

Description

Cleans up after the splitter has resized its neighboring control.

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.

See Also