FireDAC.Comp.Client.TFDCustomCommand.GetConnection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetConnection(ACheck: Boolean): TFDCustomConnection;

C++

TFDCustomConnection* __fastcall GetConnection(bool ACheck);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Beschreibung

Gibt das Verbindungsobjekt zurück.

Gibt das Verbindungsobjekt zurück, indem entweder die Eigenschaft Connection oder ConnectionName verwendet wird.

Siehe auch