[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the mouse is clicked on the specified header section.
Source position: comctrls.pp line 4064
protected procedure TCustomHeaderControl.SectionClick( |
Section: THeaderSection |
); virtual; |
Section |
|
Header section for the mouse event. |
Signals the OnSectionClick event handler (when assigned). Called from the Click method when the mouse event occurred on the header section in the Section argument.
|
Event handler signalled when a mouse click event occurs in a section header on the control. |
|
|
Signals OnClick and/or executes the ActionLink when the control has been clicked. |
|
|
Sections - the short segments of the header separated by vertical bars that function as the elementary selection units of the header. |
Version 4.0 | Generated 2025-05-03 | Home |