MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgClient.ConnectedDirectly
TMsgClient
Top 

Indicates whether the client has any open connection with other user or not.

property ConnectedDirectly: Boolean;

Description
Read ConnectedDirectly to know does any direct connection established or not. To close all opened connections, you can call TMsgClient.DisconnectAll. An application can check ConnectedDirectly to determine the current status of a client. If ConnectedDirectly is true, at least one direct connection with other user is active; if false, there is no any active direct connection.




© AidAim Software MsgCommunicator: