[Overview][Types][Classes][Procedures and functions][Index] |
Signals the OnCanOffset event handler to determine the offset used when aligning the control, and the success or failure of the calculation.
Source position: extctrls.pp line 394
protected function TCustomSplitter.CheckOffset( |
var NewOffset: Integer |
):Boolean; virtual; |
NewOffset |
|
Offset value to check and optionally update in the method. |
True if the offset was successfully determined for the splitter control.
The return value is True by default, but it can be modified in the OnCanOffset event handler.
Used in the implementation of the MoveSplitter method.
|
Event handler signalled to calculate the offset when the splitter is dragged, and to accept or reject the offset value. |
|
|
Moves the splitter by an amount specified in Offset. |
Version 4.0 | Generated 2025-05-03 | Home |