FireDAC.Comp.Script.TFDScriptOptions.Verify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Verify: Boolean read FVerify write FVerify default False;

C++

__property bool Verify = {read=FVerify, write=FVerify, default=0};

Properties

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

Description

Enables displaying a complete SQL command text before execution.

Set Verify to True to enable the output of a SQL command text with substituted macro variables, if any. The default value is False

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


See Also