RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.LogIn Method

Logs in a specified user.

Pascal
procedure LogIn(AUserID: Variant);
C++
__fastcall LogIn(Variant AUserID);

Call LogIn to record a user as logged in. Typically, LogIn is called in response to a message from the login page that ProduceLoginPage generates. 

UserID is the identifier of the user that logged in. It is the value of the UserID property of the entry for the user in a WebUserList component, or, in applications that implement their own login scheme, any other Variant that identifies an end user. 

 

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