RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserAdapter.OnLogin Event

Logs in the current end user.

Pascal
property OnLogin: TEndUserUserIDEvent;
C++
__property TEndUserUserIDEvent OnLogin;

Write an OnLogin event handler to allow the TCustomEndUserAdapter object to log users in. When a server-side script (or a caller of the IWebEndUser interface) attempts to log in a user, TCustomEndUserAdapter generates an OnLogin event to perform whatever steps are involved in the login process.

Note: If you do not supply an OnLogin event handler, TCustomEndUserAdapter does nothing to log users in.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!