FireDAC.Phys.SQLite.TFDPhysSQLiteDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysSQLiteDriverLink

Delphi

TFDPhysSQLiteDriverLink = class(TFDPhysDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysSQLiteDriverLink : public Firedac::Phys::TFDPhysDriverLink

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite FireDAC.Phys.SQLite

Description

Use the TFDPhysSQLiteDriverLink component to link the SQLite driver to an application and set it up.

Use the TFDPhysSQLiteDriverLink component to link the SQLite driver to an application. In general, it is enough to only include the FireDAC.Phys.SQLite unit into your application uses clause.  The TFDPhysSQLiteDriverLink component may be used to specify the SQLite client library to the driver, when the dynamic linking is used. To have an effect, all property changes must be performed before the first connection through this driver.

See Also