FireDAC.Comp.Client.TFDCustomConnection.CloneConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CloneConnection: TFDCustomConnection;

C++

TFDCustomConnection* __fastcall CloneConnection();

Properties

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

Description

Creates a clone of the current connection object and assigns most property values of this connection to the cloned connection object.

See Also