FireDAC.Comp.UI.TFDGUIxWaitCursor.OnHide
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
Unit: FireDAC.Comp.UI | |
Parent: TFDGUIxWaitCursor |
Delphi
property OnHide: TNotifyEvent read FOnHide write FOnHide;
C++
__property System::Classes::TNotifyEvent OnHide = {read=FOnHide, write=FOnHide};
Description
Fires before the wait cursor is hidden.
Write an event handler for the OnHide event to specify the actions to be taken before the wait cursor is hidden.