FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.ShowDelay

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxAsyncExecuteDialog

Delphi

property ShowDelay: Integer read GetShowDelay write SetShowDelay

C++

__property int ShowDelay = {read=GetShowDelay, write=SetShowDelay, default=200};

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