API:FireDAC.Comp.Client.TFDManager.SilentMode

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property SilentMode;

C++

__property SilentMode = {default=0};

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