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


TMsgDatabaseAccuracer.Database
TMsgDatabaseAccuracer
Top 

Specifies the Accuracer database component.

Delphi syntax:
property
Database: TACRDatabase read FDatabase write FDatabase;

C++ syntax:
__property
Acrmain::TACRDatabase* Database = {read=FDatabase, write=FDatabase};

Description
Use Database to link TMsgDatabaseAccuracer with Accuracer database component TACRDatabase.
This database component will be used by MsgCommunicator components, connected to this TMsgDatabaseAccuracer component.



© AidAim Software MsgCommunicator: