[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled to determine if the splitter control can be resized / dragged / moved.
Source position: extctrls.pp line 428
public property TCustomSplitter.OnCanResize : TCanResizeEvent |
OnCanResize is a TCanResizeEvent property with the event handler signalled to determine if the splitter control can be resized. OnCanResise is signalled (when assigned) from the CheckNewSize method using the splitter control and the new size for the anchored control as arguments. The Accept argument can be updated in the event handler to indicate whether the new size is acceptable (True) or rejected (False).
|
Moves the splitter by an amount specified in Offset. |
|
|
Ensures the new size is acceptable for the aligned control on the splitter. |
|
|
TCanResizeEvent - generic event handling method for resizing using splitter. |
Version 4.0 | Generated 2025-05-03 | Home |