RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!