RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.EndUser Property

Provides access to information about the end user that sent the current request.

Pascal
property EndUser: IWebEndUser;
C++
__property IWebEndUser EndUser;

Use EndUser to obtain information about the caller that sent the current request. You can use the IWebEndUser interface to determine whether the end user has logged in, whether the user has access rights to perform specified operations on pages that have a specified access string, the display name for the end user, and so on. 

EndUser is nil (Delphi) or NULL (C++) if the WebSnap application does not include an end user adapter such as TEndUserAdapter or TEndUserSessionAdapter. 

 

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