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


TMsgDatabase.UsersTableName
TMsgDatabase
Top 

Specifies the name of the table with user data.

Delphi syntax:
property
UsersTableName: String read FUsersTableName write FUsersTableName;

C++ syntax:
__property
AnsiString UsersTableName = {read=FUsersTableName, write=FUsersTableName};

Description
Use UsersTableName to specify the name of the table with user data.



© AidAim Software MsgCommunicator: