RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TEndUserGetUserIDEvent Type

TEndUserGetUserIDEvent is the type for event handlers that supply the user ID of the current end user.

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

TEndUserGetUserIDEvent is the type for event handlers of an adapter that can supply the user ID that identifies the current end user. 

Sender is the end user adapter. 

UserID returns the ID of the current end user. In applications that include a TWebUserList component, this is the ID of a user maintained by that TWebUserList object. 

 

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