API:FireDAC.Comp.Client.TFDCommand.Connection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCommand

Delphi

property Connection;

C++

__property Connection;

Description

Specifies the connection object.

FireDAC.Comp.Client.TFDCommand.Connection inherits from FireDAC.Comp.Client.TFDCustomCommand.Connection. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.Connection.

Specifies the connection object.

The Connection property value points to the connection object. Alternatively it may be specified by the ConnectionName property value. The Connection property value must be specified before the Prepare call.

See Also