Vcl.ComCtrls.THeaderControl.OnSectionClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSectionClick: TSectionNotifyEvent read GetOnSectionClick write SetOnSectionClick;

C++

__property TSectionNotifyEvent OnSectionClick = {read=GetOnSectionClick, write=SetOnSectionClick};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderControl

Description

Occurs when one of the header control's sections is clicked.

The OnSectionClick event occurs when a header section is clicked at runtime. To disable a section from being clicked set its AllowClick property to false.

OnSectionClick is an event handler of type Vcl.ComCtrls.TSectionNotifyEvent.

See Also