API:FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.Connection

From RAD Studio API Documentation

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection;

C++

__property Connection;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLiteVDataSet.pas
FireDAC.Phys.SQLiteVDataSet.hpp
FireDAC.Phys.SQLiteVDataSet TFDLocalSQL

Description

Specifies the FireDAC connection component to use. {{#multireplace:FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL.Connection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDCustomLocalSQL.Connection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.Client.TFDCustomLocalSQL.Connection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the FireDAC connection component to use.

Use Connection to specify a FireDAC connection connected to a SQLite database. This connection will be used to publish registered datasets and execute Local SQL commands.

See Also