FireDAC.Comp.UI.TFDGUIxScriptDialog.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 TFDGUIxScriptDialog


Description

Déclenché avant l'affichage du dialogue.

Ecrivez un gestionnaire d’événement pour l'événement OnShow afin de spécifier les actions à effectuer avant l'affichage du dialogue.

Voir aussi