FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.ShowDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowDelay: Integer read GetShowDelay write SetShowDelay  default C_FD_DelayBeforeFWait;

C++

__property int ShowDelay = {read=GetShowDelay, write=SetShowDelay, 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 showing the dialog.

Use ShowDelay to specify a delay in milliseconds after a query execution is started and before the dialog is shown. When an application executes fast queries, setting ShowDelay to a correct value allows to avoid flickering.

See Also