FireDAC.Phys.SQLite.TFDSQLiteBackup.Catalog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Catalog: String read FCatalog write FCatalog;

C++

__property System::UnicodeString Catalog = {read=FCatalog, write=FCatalog};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteBackup

Description

The name for a database attached to a source.

Use the Catalog property to specify a name for a database attached to a source.

See Also