FireDAC.Comp.Client.TFDCustomLocalSQL.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection;

C++

__property TFDCustomConnection* Connection = {read=FConnection, write=SetConnection};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomLocalSQL

Description

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