|
RAD Studio VCL Reference
|
Returns the user ID of the current user.
function GetUserID: Variant; override;
virtual __fastcall Variant GetUserID();
GetUserIDValue is the implementation of the UserID adapter field. When a server-side script references the user ID of the current user, it generates a call to GetUserIDValue.
In TCustomEndUserSessionAdapter, GetUserID fetches the value of the UserID property from the current Web session. This value is set when the user first logs in.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|