FireDAC.Stan.Option.TFDTopResourceOptions.BackupExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackupExt write SetBackupExt stored IsBES;

C++

__property BackupExt = {write=SetBackupExt, stored=IsBES, 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 extension.

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

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.

See Also