FireDAC.Comp.UI.TFDGUIxErrorDialog.OnShow

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnShow: TFDGUIxErrorDialogEvent read FOnShow write FOnShow;

C++

__property Firedac::Ui::Intf::TFDGUIxErrorDialogEvent 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 TFDGUIxErrorDialog


Description

Survient avant l'affichage du dialogue.

Utilisez l'événement OnShow pour spécifier les actions à effectuer avant l'affichage du dialogue.

Voir aussi