Data.SqlExpr.TSQLConnection.GetConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnected: Boolean; override;

C++

virtual bool __fastcall GetConnected();

Properties

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

Description

Returns the value of the Connected property.

GetConnected is the protected read implementation of the Connected property. GetConnected returns True if a connection is open and False otherwise.

See Also