Vcl.ComCtrls.TCustomHeaderControl.OnSectionClick
Delphi
property OnSectionClick: TCustomSectionNotifyEvent read FOnSectionClick write FOnSectionClick;
C++
__property TCustomSectionNotifyEvent OnSectionClick = {read=FOnSectionClick, write=FOnSectionClick};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomHeaderControl |
Description
Responds to mouse clicks on a header section.
The OnSectionClick event occurs when the user clicks on a header section.
OnSectionClick is an event handler of type Vcl.ComCtrls.TCustomSectionNotifyEvent.