RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLoginFormAdapterLoginAction.ImplGetAdapterItemRequestParams Method

Provides the name/value pairs needed to execute this adapter action.

Pascal
procedure ImplGetAdapterItemRequestParams(var AIdentifier: string; Params: IAdapterItemRequestParams); override;
C++
virtual __fastcall ImplGetAdapterItemRequestParams(AnsiString AIdentifier, IAdapterItemRequestParams Params);

ImplGetAdapterItemRequestParams adds a name/value pair identifying the name of the next page that should be displayed after login. When the login action is executed, the name/value specified by ImplGetAdapterItemRequestParams will be used to generate the HTTP response unless the login form contains a next page field. In that case, the value entered by the end-user will be used to the generate the HTTP response. 

 

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