Data.SqlExpr.TSQLConnection.CheckConnection

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure CheckConnection(eFlag: eConnectFlag);

C++

void __fastcall CheckConnection(EConnectFlag eFlag);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

説明

指定されたフラグに従い、アプリケーション固有のアクションを行います。

CheckConnection メソッドを呼び出すと、渡された eFlag パラメータの内容に従い、固有のアクション(SQL 接続を開くまたは閉じる)が行われます。

関連項目