FireDAC.Comp.UI.TFDGUIxErrorDialog.OnHide

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxErrorDialog

Delphi

property OnHide: TFDGUIxErrorDialogEvent read FOnHide write FOnHide;

C++

__property Firedac::Ui::Intf::TFDGUIxErrorDialogEvent OnHide = {read=FOnHide, write=FOnHide};

Description

Fired after the dialog is hidden.

Use the OnHide event to specify the actions to be performed after the dialog was displayed and the user pressed the OK button to hide the dialog.

See Also