RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebEndUser.LoginFormAction Property

Indicates the action component for the login form.

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

Read LoginFormAction to access the login form action component. The login form action component can be called from server-side scripts to display a login form Web page.

Note: To display the login form Web page using the IWebEndUser interface (rather than from a server-side script), call the ProduceLoginPage method.
 

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