FireDAC.Stan.Option.TFDTopResourceOptions.BackupFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackupFolder: string read GetBackupFolder write SetBackupFolder stored IsBFS default 0;

C++

__property BackupFolder = {write=SetBackupFolder, stored=IsBFS, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDTopResourceOptions

Description

Specifies the persistent dataset backup copy folder.

FireDAC.Stan.Option.TFDTopResourceOptions.BackupFolder inherits from FireDAC.Stan.Option.TFDResourceOptions.BackupFolder. All content below this line refers to FireDAC.Stan.Option.TFDResourceOptions.BackupFolder.

Specifies the persistent dataset backup copy folder.

Use the BackupExt property to specify the extension that will get a backup copy of the persistent dataset file. The default value is the current folder. 

The backup copy file gets the same base file name as specified by the PersistentFileName, BackupExt extension, and it will be included in the BackupFolder folder.

See Also