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


TMsgServer.Database
TMsgServer
Top 

Specifies the database for storing and searching messages and user details.

property Database: TMsgDatabase;

Description
Use Database to link TMsgServer with database component from one of MsgCommunicator's database modules.
Thus you can provide the database for TMsgServer. The database can be used for storing and searching messages and user details.
You can customize messages text before saving them to the database using OnSaveMessage event.
Use FindMessages for searching in message history.



© AidAim Software MsgCommunicator: