Vcl.ComCtrls.TCustomSectionNotifyEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

TCustomSectionNotifyEvent est une procédure appelée par les événements OnSectionResize et OnSectionClick.

Voir aussi