RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserSessionAdapter.UserID Property

Specifies the user ID of the current end user.

Pascal
property UserID: Variant;
C++
__property Variant UserID;

Use UserID to get or set the user ID of the current user. When a user logs in (that is, when TCustomEndUserSessionAdapter executes the LogIn action), TCustomEndUserSessionAdapter assigns the user's ID as the value of UserID. TCustomEndUserSessionAdapter stores this value with the current session. 

 

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