MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Specifies the MySQL connection component.
Delphi syntax:
property SQLConnection: TSQLConnection read FSQLConnection write SetSQLConnection;
C++ syntax:
__property Sqlexpr::TSQLConnection* SQLConnection = {read=FSQLConnection, write=SetSQLConnection};
Description
Use SQLConnection to link TMsgDatabaseMySQL with MySQL connection component - TSQLConnection associated with MySQL dbExpress driver.
The SQLConnection and Database properties are mutually exclusive. Setting one clears the other.
This database component will be used by MsgCommunicator components, connected to this TMsgDatabaseMySQL component.
|