FireDAC.Comp.UI.TFDGUIxScriptDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TFDGUIxScriptOptions read GetOptions write SetOptions  default [ssCallstack, ssConsole, ssAutoHide];

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 

ssCallstack

The dialog shows the current script call stack. 

ssConsole

The dialog shows the script execution feedback. 

ssAutoHide

The dialog is automatically hidden after the script execution is finished. 

The default value is [ssCallstack, ssConsole, ssAutoHide].

See Also