Data.DB.TCustomConnection.GetConnected
Delphi
function GetConnected: Boolean; virtual;
C++
virtual bool __fastcall GetConnected();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TCustomConnection |
Description
Returns the value of the Connected property.
GetConnected is the protected read implementation of the Connected property. Descendent classes override this method to return true if a connection is open and false otherwise. As defined in TCustomConnection, GetConnected always returns false.