API: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

Responds to mouse clicks on a header section.

Vcl.ComCtrls.THeaderControl.OnSectionClick inherits from Vcl.ComCtrls.TCustomHeaderControl.OnSectionClick. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.OnSectionClick.

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.

See Also