FireDAC.Comp.Client.TFDCustomCommand.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection stored IsCNS;

C++

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

Properties

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

Description

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