FireDAC.Stan.Option.TFDResourceOptions.BackupFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackupFolder: String read GetBackupFolder;

C++

__property System::UnicodeString BackupFolder = {read=GetBackupFolder};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

Description

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