FireDAC.Phys.IBBase.TFDIBRestore.Verbose

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBRestore

Delphi

property Verbose: Boolean read FVerbose write FVerbose default False;

C++

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

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