TSectionEvent is the type of event handlers that respond when a section of a THeader control is resized.
TSectionEvent = procedure (Sender: TObject; ASection, AWidth: Integer) of object;
(Sender: TObject; ASection, AWidth: Integer) ( TSectionEvent)();
ExtCtrls
Sender is the header control.
ASection is the index of the section that was resized.
AWidth is the width of the section.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|