[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions to handle a mouse double click event for the specified header section.
Source position: comctrls.pp line 4067
protected procedure TCustomHeaderControl.SectionSeparatorDblClick( |
Section: THeaderSection |
); virtual; |
Section |
|
Header section for the double click mouse event. |
Signals the OnSectionSeparatorDblClick event handler (when assigned). Called from the DblClick method when the mouse event occurs when mouse tracking has been enabled for the header control.
|
Event handler signalled when a separator between header sections on the control is double-clicked. |
|
|
Signals the OnDblClick event handler (when assigned). |
Version 4.0 | Generated 2025-05-03 | Home |