Web.WebCntxt.TAbstractWebContext.EndUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EndUser: IWebEndUser read GetEndUser;

C++

__property _di_IWebEndUser EndUser = {read=GetEndUser};

Properties

Type Visibility Source Unit Parent
property public
Web.WebCntxt.pas
Web.WebCntxt.hpp
Web.WebCntxt TAbstractWebContext

Description

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

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.

See Also

Personal tools
Translations