MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Indicates whether the client has an open connection with a server or not.
property Connected: Boolean;
Description
Set Connected to true to establish a connection with default server. Set Connected to false to close a default server connection. An application can check Connected to determine the current status of a client. If Connected is true, at least one connection with server is active; if false, when there is no any active server connection.
|