Vcl.ComCtrls.TSectionNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSectionNotifyEvent = procedure(HeaderControl: THeaderControl;
Section: THeaderSection) of object;

C++

typedef void __fastcall (__closure *TSectionNotifyEvent)(THeaderControl* HeaderControl, THeaderSection* Section);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TSectionNotifyEvent is the type of a header control's THeaderControl.OnSectionClick and THeaderControl.OnSectionResize event handlers.

HeaderControl is the header control on which the user performed some action.

Section is the affected section (the section that was moved, clicked, or resized).

See Also