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


TMsgServer.OnUserRegistered
TMsgServer
Top 

Occurs when a new user has registered.

type TMsgOnUserRegistered = procedure (const UserID: Cardinal) of object;

property
OnUserRegistered: TMsgOnUserRegistered;


Description
OnUserRegistered occurs immediately after the server registered a new user. FromID is an unique identifier of this new user.




© AidAim Software MsgCommunicator: