RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebEndUser Interface

IWebEndUser provides access information about the current end user in a WebSnap application.

Pascal
IWebEndUser = interface;
C++
__interface IWebEndUser;

WebCntxt

Use IWebEndUser to obtain information about the current end user, such as the user name, user ID, and whether the user is logged in. In addition to properties that provide information about the current end user, IWebEndUser has methods to log in an end user.  

End user adapter components such as TEndUserAdapter and TEndUserSessionAdapter implement the IWebEndUser interface. If a WebSnap application includes an end user adapter, you can access its IWebEndUser interface by reading the EndUser property of the Web context.

Note: In C++, method declarations that use IWebEndUser use the _di_IWebEndUser type instead. This type is a DelphiInterface wrapper around the IWebEndUser interface:
Note: typedef System::DelphiInterface< IWebEndUser > _di_IWebEndUser;
 

 

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