FireDAC.Comp.Client.TFDCustomCommand.GetConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomCommand

Delphi

function GetConnection(ACheck: Boolean): TFDCustomConnection;

C++

TFDCustomConnection* __fastcall GetConnection(bool ACheck);

Description

Returns the connection object.

Returns the connection object using either the Connection or the ConnectionName property.

See Also