RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLoginFormAdapter.EndUser Method

Returns the interface of the WebSnap application's end user adapter.

Pascal
function EndUser: IWebEndUser;
C++
__fastcall IWebEndUser EndUser();

TCustomLoginFormAdapter uses EndUser internally to interact with the WebSnap application's end user adapter. For example, the login form adapter calls the LogIn method on this interface to log in an end user after validating the user name and password. 

EndUser returns the interface of an end user adapter such as TEndUserAdapter or TEndUserSessionAdapter. If the WebSnap application does not include an end user adapter, EndUser returns nil (Delphi) or NULL (C++). 

 

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