API:FireDAC.Comp.Client.TFDManager.SilentMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SilentMode;

C++

__property SilentMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDManager

Description

Gets or sets the FireDAC global "silent" flag.

FireDAC.Comp.Client.TFDManager.SilentMode inherits from FireDAC.Comp.Client.TFDCustomManager.SilentMode. All content below this line refers to FireDAC.Comp.Client.TFDCustomManager.SilentMode.

Gets or sets the FireDAC global "silent" flag.

Set SilentMode to True to disable the waiting cursors and dialogs. This is an application-wide flag. Its value overrides all TFDResourceOptions.SilentMode values.

See Also