FireDAC.Comp.Script.TFDScriptOptions.Timing

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 Timing: Boolean read FTiming write FTiming default True;

C++

__property bool Timing = {read=FTiming, write=FTiming, default=1};

Description

Controls the command performance feedback.

Set Timing to True to enable the performance output after each SQL command and after each script. The output includes the command and script execution times. The Timing only has an effect if FeedbackCommands is True. The default value is True

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

See Also