[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a mouse click event occurs in a section header on the control.
Source position: comctrls.pp line 4102
published property TCustomHeaderControl.OnSectionClick : TCustomSectionNotifyEvent |
OnSectionClick is a TCustomSectionNotifyEvent property with the event handler signalled when a mouse click is handled for the header control. It is signalled (when assigned) from the SectionClick method using the THeaderSection instance where the mouse click occurred as an argument to the handler routine. On SectionClick is not signalled if the mouse click was on an unused part of the header control not covered by a header section.
|
Performs actions needed when the mouse is clicked on the specified header section. |
|
|
Signals OnClick and/or executes the ActionLink when the control has been clicked. |
|
|
Gets the header section at the position specified in P. |
|
|
TCustomSectionNotifyEvent - generic event notification method for header section. |
Version 4.0 | Generated 2025-05-03 | Home |