RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TLoginUserIDEvent Type

TLoginUserIDEvent is the type for event handlers that respond after a user logs in.

Pascal
TLoginUserIDEvent = procedure (Sender: TObject; UserID: Variant) of object;
C++
(Sender: TObject; UserID: Variant) ( TLoginUserIDEvent)();

Sender is the login form adapter. 

UserID is the ID of the user that just logged in. If the WebSnap application includes a TWebUserList component, this is the ID that the Web user list associates with the supplied password and user name. If the WebSnap application does not include a TWebUserList component, this is the same as the value of the UserName property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!