FireDAC.Phys.IBBase.TFDIBRestore.BackupFiles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackupFiles: TStrings read FBackupFiles write SetBackupFiles;

C++

__property System::Classes::TStrings* BackupFiles = {read=FBackupFiles, write=SetBackupFiles};

Properties

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

Description

Specifies the backup files.

Use the BackupFiles property to specify one or more backup output files. The paths are relative to the DB server host. When several files are specified, each file must be specified on a separate line.

The path variables are supported.

See Also