[Overview][Types][Classes][Procedures and functions][Index] |
Ensures the new size is acceptable for the aligned control on the splitter.
Source position: extctrls.pp line 393
protected function TCustomSplitter.CheckNewSize( |
var NewSize: Integer |
):Boolean; virtual; |
NewSize |
|
New size for the aligned control in ResizeControl. |
True when NewSize is an acceptable size for the aligned control.
CheckNewSize signals the OnCanResize event handler (when assigned) to validate the value in NewSize. The values in NewSize and Result can be updated in the event handler as needed. Setting the return value to True indicates that the value in NewSize is acceptable.
CheckNewSize is used in the implementation of the MoveSplitter method.
|
Event handler signalled to determine if the splitter control can be resized / dragged / moved. |
|
|
Moves the splitter by an amount specified in Offset. |
|
|
Contains the aligned control that is resized when the splitter is moved. |
Version 4.0 | Generated 2025-05-03 | Home |