Vcl.ComCtrls.TCustomSectionNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomSectionNotifyEvent = procedure(HeaderControl: TCustomHeaderControl;
Section: THeaderSection) of object;

C++

typedef void __fastcall (__closure *TCustomSectionNotifyEvent)(TCustomHeaderControl* HeaderControl, THeaderSection* Section);

Properties

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

Description

TCustomSectionNotifyEvent is a procedure called by the OnSectionResize event and the OnSectionClick event.

See Also