RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNextPageField.GetAdapterValuesList Method

Returns a values list adapter containing the names of the published pages.

Pascal
function GetAdapterValuesList: IValuesListAdapter;
C++
__fastcall IValuesListAdapter GetAdapterValuesList();

GetAdapterValuesList returns a reference to TLogicalPageList. This function will be called when server-side script references the ValuesList property of this adapter field. Typically, server-side script uses the ValuesList property to populate an HTML select list with the names of published pages. The end-user may select one of these pages to go to after login. 

 

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