FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.HideDelay
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
| Unit: FireDAC.Comp.UI | |
| Parent: TFDGUIxAsyncExecuteDialog | |
Delphi
property HideDelay: Integer read GetHideDelay write SetHideDelay
C++
__property int HideDelay = {read=GetHideDelay, write=SetHideDelay, default=200};
Description
Specifies a delay before hiding the dialog.
Use HideDelay to specify the delay in milliseconds after a query execution is finished and another query execution is not started before the dialog is hidden. When an application executes a query at a time, setting HideDelay to a correct value allows to avoid flickering.