FireDAC.Comp.UI.TFDGUIxLoginDialog.OnHide
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
Unit: FireDAC.Comp.UI | |
Parent: TFDGUIxLoginDialog |
Delphi
property OnHide: TNotifyEvent read FOnHide write FOnHide;
C++
__property System::Classes::TNotifyEvent OnHide = {read=FOnHide, write=FOnHide};
Description
Fires after the dialog is hidden.
Use the OnHide event to perform the actions after the dialog is closed.