MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Updates user details at server.
function UpdateMyUserInfo(UserInfo: TMsgBaseUserInfo): Boolean;
Description
Fill UserInfo record by user details then call UpdateMyUserInfo to change details of this registered user in the server database. UpdateMyUserInfo sends command to the server, waits for an answer, and returns True if this operation executed successfully or False in other case.
|