FireDAC.Comp.Client.TFDCustomConnection.CloneConnection

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: TFDCustomConnection

Delphi

function CloneConnection: TFDCustomConnection;

C++

TFDCustomConnection* __fastcall CloneConnection();

Description

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

See Also