FireDAC.Stan.Option.TFDResourceOptions.SilentMode
Delphi
property SilentMode: Boolean read GetSilentMode write SetSilentMode
C++
__property bool SilentMode = {read=GetSilentMode, write=SetSilentMode, stored=IsSMS, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDResourceOptions |
Description
Controls the dataset GUI feedback.
Use the SilentMode property to control whether the dataset shows the SQL-hourglass mouse cursor when the dataset performs potentially long running actions. The dataset will show the SQL-hourglass if it is set to False. Otherwise, it is set to True. By default, it is set to False. For TFDCustomMemTable, it is set to True.
Setting SilentMode to True allows you to speed up the dataset processing algorithms.