RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLoginFormAdapter.NextPage Property

Names the Web page the user should see after successfully logging in.

Pascal
property NextPage: string;
C++
__property AnsiString NextPage;

NextPage specifies the page that the WebSnap application presents to end users after they successfully log in. 

The NextPage adapter field supplies a value for the NextPage property. This is a page that the user selects using the login form. If NextPage is unassigned (that is, the if the login form does not contain a NextPage field or the user does not select a next page), TCustomLoginFormAdapter checks whether the request parameters include a "success page", and if so, uses that. If there is no "success page" parameter, TCustomLoginFormAdapter checks the Web context to see if there is a currently requested page the user was trying to reach before being diverted to the login page. If there is no "success page" parameter and no currently requested page, TCustomLoginFormAdapter uses the application's default page. 

 

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