Data.SqlExpr.TSQLConnection.CheckConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckConnection(eFlag: eConnectFlag);

C++

void __fastcall CheckConnection(EConnectFlag eFlag);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Performs connection-specific actions according to the given flag.

Call the CheckConnection method to perform specific actions (open or close the SQL connection) according to the signification of the passed eFlag parameter.

See Also