Vcl.ExtCtrls.TSectionEvent
C++
typedef void __fastcall (__closure *TSectionEvent)(System::TObject* Sender, int ASection, int AWidth);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.ExtCtrls.hpp | Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
TSectionEvent is the type of event handlers, like OnSized, that respond when a section of a THeader control is resized.
Sender is the header control.
ASection is the index of the section that was resized.
AWidth is the width of the section.