IBX.IBDatabase.TIBDatabase.ForceClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ForceClose;

C++

void __fastcall ForceClose();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Forces the database connection to close.

Use ForceClose to force the database connection to close.

Note: Forcing a database to close attempts to close the connection to the server. Even if the call fails, the database handle is reset to nil (Delphi) or NULL (C++).