Data.SqlExpr.TSQLConnection.GetConnected

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetConnected: Boolean; override;

C++

virtual bool __fastcall GetConnected();

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