FireDAC.Comp.Script.TFDScriptOptions.Verify

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 Verify: Boolean read FVerify write FVerify default False;

C++

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

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