Vcl.ComCtrls.TCustomHeaderControl.OnSectionClick

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also