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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!