FMX.Dialogs.TCommonDialog.OnShow

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow};

Propriétés

Type Visibilité  Source Unité  Parent
event published
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TCommonDialog


Description

Se produit lorsque le dialogue s'ouvre.

Ecrivez un gestionnaire d'événements OnShow pour effectuer un traitement spécial à l'affichage du dialogue.

Voir aussi