FireDAC.Stan.Option.TFDResourceOptions.BackupExt
Delphi
property BackupExt: String read GetBackupExt;
C++
__property System::UnicodeString BackupExt = {read=GetBackupExt};
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 extension.
Use the BackupExt property to specify the extension that will get a backup copy of the persistent dataset file. The default value is .bak.
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.