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


TMsgClient.Database
TMsgClient
Top 

Specifies the database for storing and searching local message history.

property Database: TMsgDatabase;

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



© AidAim Software MsgCommunicator: