FireDAC.Comp.Client.TFDCustomManager.DropConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropConnections;

C++

void __fastcall DropConnections();

Properties

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

Description

Closes all the connections that are not used.

Call the DropConnections method to close all the connections that are not used and delete the temporary ones. The connection is not used if its RefCount is equal to 0.

See Also