RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRDSConnection.GetConnected Method

Returns the value of the Connected property.

Pascal
function GetConnected: Boolean; override;
C++
virtual __fastcall Boolean GetConnected();

GetConnected is the protected read implementation of the Connected property. Descendant classes override this method to return true if a connection is open and false otherwise. As defined in TCustomConnection, GetConnected always returns false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!