FireDAC.Phys.IBBase.TFDIBRestore.BackupFiles

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 BackupFiles: TStrings read FBackupFiles write SetBackupFiles;

C++

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

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