FireDAC.Phys.MSAcc.TFDMSAccessService.DestDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestDatabase: String read FDestDatabase write FDestDatabase;

C++

__property System::UnicodeString DestDatabase = {read=FDestDatabase, write=FDestDatabase};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.MSAcc.pas
FireDAC.Phys.MSAcc.hpp
FireDAC.Phys.MSAcc TFDMSAccessService

Description

Specifies a destination database file name.

Use the DestDatabase property to specify the destination database file name for the Compact and Repair methods.

The file name can include path variables.

See Also