RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TSectionEvent Type

TSectionEvent is the type of event handlers that respond when a section of a THeader control is resized.

Pascal
TSectionEvent = procedure (Sender: TObject; ASection, AWidth: Integer) of object;
C++
(Sender: TObject; ASection, AWidth: Integer) ( TSectionEvent)();

Sender is the header control. 

ASection is the index of the section that was resized. 

AWidth is the width of the section. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!