Vcl.AppEvnts.TCustomApplicationEvents.OnModalBegin

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnModalBegin: TNotifyEvent read FOnModalBegin write FOnModalBegin;

C++

__property System::Classes::TNotifyEvent OnModalBegin = {read=FOnModalBegin, write=FOnModalBegin};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts TCustomApplicationEvents

Description

Se produit lorsqu'une fiche modale est ouverte.

Ecrivez un gestionnaire d'événements OnModalBegin pour effectuer un traitement spécial quand une fiche modale est ouverte.

Remarque :  Appelez la méthode CancelDispatch à partir d'un gestionnaire d'événements OnModalBegin pour éviter que l'application n'envoie l'événement aux autres objets d'événements de l'application.

OnModalBegin est un gestionnaire d'événements du type TNotifyEvent.

Voir aussi