RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.GetUserID Method

Gets the UserID from this TBaseEndUserAdapter.

Pascal
function GetUserID: Variant; virtual;
C++
virtual __fastcall Variant GetUserID();

The GetUserID function is called from server-side script to get the UserID from this TBaseEndUserAdapter. This base class version of the function always returns Unassigned. A customized overridden version of this function could be written specifically for your application. 

 

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