FireDAC.Comp.Script.TFDScriptOptions.AutoPrintParams

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AutoPrintParams: Boolean read FAutoPrintParams write FAutoPrintParams default False;

C++

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

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