FireDAC.Comp.Client.TFDCustomCommand.GetConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnection(ACheck: Boolean): TFDCustomConnection;

C++

TFDCustomConnection* __fastcall GetConnection(bool ACheck);

Properties

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

Description

Returns the connection object.

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

See Also