RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNextPageField.UpdateValue Method

Updates the parent adapter's next page property with the value entered by the end-user.

Pascal
procedure UpdateValue(AActionRequest: IActionRequest; AFieldIndex: Integer); virtual;
C++
virtual __fastcall UpdateValue(IActionRequest AActionRequest, int AFieldIndex);

Typically a single selection list HTML element is displayed on the login form. The list contains all of the published pages. The HTTP request will contain the page name selected by the end-user. 

 

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