RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebEndUser.EndUserAdapter Property

Provides access to the end user adapter that implements this interface.

Pascal
property EndUserAdapter: TComponent;
C++
__property TComponent * EndUserAdapter;

Read EndUserAdapter to obtain access to the end user adapter. This is the component that implements this interface. Typically, it is a TEndUserAdapter or TEndUserSessionAdapter instance. 

 

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