FireDAC.Comp.UI.TFDGUIxScriptDialog.Options
Delphi
property Options: TFDGUIxScriptOptions read GetOptions write SetOptions
C++
__property Firedac::Ui::Intf::TFDGUIxScriptOptions Options = {read=GetOptions, write=SetOptions, default=7};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp |
FireDAC.Comp.UI | TFDGUIxScriptDialog |
Description
Specifies the dialog options.
Use the Options property to specify the dialog options.
Option |
Description |
|
The dialog shows the current script call stack. |
|
The dialog shows the script execution feedback. |
|
The dialog is automatically hidden after the script execution is finished. |
The default value is [ssCallstack
, ssConsole
, ssAutoHide
].