RAD Studio VCL Reference
|
Returns the value of the Connected property.
function GetConnected: Boolean; override;
virtual __fastcall Boolean GetConnected();
GetConnected is the protected implementation of the Connected property. It uses the AppServer property (set by the DoConnect method of a TDispatchConnection descendant) to determine whether a connection is established.
If a connection is established, GetConnected returns true. Otherwise, GetConnected returns false.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|