FireDAC.Comp.Script.TFDScriptOptions.AutoPrintParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoPrintParams: Boolean read FAutoPrintParams write FAutoPrintParams default False;

C++

__property bool AutoPrintParams = {read=FAutoPrintParams, write=FAutoPrintParams, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

Description

Controls the output of the parameter values after an SQL command execution.

Set the AutoPrintParams property to True to enable the SQL command parameter output after the command execution. The default value is False

The property can be set from a script using the SET AUTOPRINT ON|OFF command.

See Also