FireDAC.Comp.UI.TFDGUIxErrorDialog.OnHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHide: TFDGUIxErrorDialogEvent read FOnHide write FOnHide;

C++

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

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxErrorDialog

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