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


TMsgClient
Hierarchy    Properties    Methods    Events    
Top  Previous  Next

TMsgClient is a client component which is intended to add instant messaging (IM) functionality to your application.

Unit
MsgClient

Description
Use TMsgClient to send and receive messages and to add other instant messaging (IM) functionality (like work with special object such as users database, user contact list, etc.) to your application.

There are some demos of client and server applications in Demos folder:
Base - basic client and server.
Databases\Accuracer - client and server with Accuracer database.
Databases\MySQL - client and server with MySQL database.


Note:If you will create two TMsgClient components and connect them to the same server, each component will use separate connection even if the same local port will be used for client-server communication.  
 


© AidAim Software MsgCommunicator: