RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderControl.OnSectionClick Event

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

Pascal
property OnSectionClick: TSectionNotifyEvent;
C++
__property TSectionNotifyEvent OnSectionClick;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!