Vcl.ComCtrls.TCustomSectionNotifyEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

TCustomSectionNotifyEvent ist eine von den Ereignissen OnSectionResize und OnSectionClick aufgerufene Prozedur.

Siehe auch