FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.HideDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideDelay: Integer read GetHideDelay write SetHideDelay

C++

__property int HideDelay = {read=GetHideDelay, write=SetHideDelay, default=200};

Properties

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

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.

See Also