FireDAC.Phys.IBBase.TFDIBRestore.Verbose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Verbose: Boolean read FVerbose write FVerbose default False;

C++

__property bool Verbose = {read=FVerbose, write=FVerbose, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBRestore

Description

Controls the feedback of the DB Service Manager.

Use the Verbose property to control the output of the DB Service Manager.

If Verbose is True, then TFDIBRestore fires the OnProgress event and submits a restore task status. The default value is False.

Verbose corresponds to gbak -verbose.

See Also