FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.OnHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHide: TNotifyEvent read FOnHide write FOnHide;

C++

__property System::Classes::TNotifyEvent OnHide = {read=FOnHide, write=FOnHide};

Properties

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

Description

Fires after the dialog is hidden.

Use the OnHide event to perform the actions after the dialog is hidden at the end of a query execution.

See Also