RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEndUserAdapterLoginFormAction Class

TEndUserAdapterLoginFormAction is an adapter action that displays a login form when executed.

Pascal
TEndUserAdapterLoginFormAction = class(TCustomEndUserAdapterAction);
C++
class TEndUserAdapterLoginFormAction : public TCustomEndUserAdapterAction;

WebAdapt

This adapter action is typically executed when the end-user clicks on a "Login" hyperlink displayed at the top of a web page. The parent adapter's LoginPage property is used to specify the page displayed when this adapter action is executed. 

 

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