Data.SqlExpr.TSQLConnection.GetConnected

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

Delphi

function GetConnected: Boolean; override;

C++

virtual bool __fastcall GetConnected();

プロパティ

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

説明

Connected プロパティの値を返します。

GetConnected は、Connected プロパティを読み取るための protected 実装です。GetConnected は、接続が開いている場合には True を、そうでなければ False を返します。

関連項目