Vcl.ExtCtrls.TSectionEvent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also