FireDAC.Comp.Script.TFDScriptOptions.Timing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Timing: Boolean read FTiming write FTiming default True;

C++

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

Properties

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

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