API:Vcl.AppEvnts.TApplicationEvents.OnModalBegin

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnModalBegin: TNotifyEvent read FOnModalBegin write FOnModalBegin;

C++

__property OnModalBegin;

Propriétés

Type Visibilité  Source Unité  Parent
event published
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts TApplicationEvents

Description

Se produit lorsqu'une fiche modale est ouverte.

Vcl.AppEvnts.TApplicationEvents.OnModalBegin hérite de Vcl.AppEvnts.TCustomApplicationEvents.OnModalBegin. Tout le contenu en-dessous de cette ligne se réfère à Vcl.AppEvnts.TCustomApplicationEvents.OnModalBegin.

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