FireDAC.Comp.UI.TFDGUIxScriptDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Options: TFDGUIxScriptOptions read GetOptions write SetOptions

C++

__property Firedac::Ui::Intf::TFDGUIxScriptOptions Options = {read=GetOptions, write=SetOptions, default=7};

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