FireDAC.Comp.Client.TFDCustomManager.DropConnections
Delphi
procedure DropConnections;
C++
void __fastcall DropConnections(void);
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.