FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.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
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxAsyncExecuteDialog


Description

Se déclenche avant l'affichage du dialogue.

Utilisez l'événement OnShow pour effectuer des actions avant l'affichage du dialogue.

Voir aussi