Data.SqlExpr.TSQLConnection.CheckConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

procedure CheckConnection(eFlag: eConnectFlag);

C++

void __fastcall CheckConnection(EConnectFlag eFlag);

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