RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNextPageField Class

The TAdapterNextPageField navigates to the next page of data.

Pascal
TAdapterNextPageField = class(TAdapterLoginField, IGetAdapterValuesList, IUpdateValue);
C++
class TAdapterNextPageField : public TAdapterLoginField, public IGetAdapterValuesList, public IUpdateValue;

WebAdapt

TAdapterNextPageField is one of the components that is used by TPagedAdapter along with the TAdapterNextPageAction to navigate to the next page of data. 

The TPagedAdapter PageSize property indicates the number of rows displayed on a page. When the PageSize is not 0, the TPagedAdapter component automatically adds built-in actions for moving between pages. These actions are TAdapterGotoPageAction, TAdapterPrevPageAction, and TAdapterNextPageAction. The TAdapterPageProducer can be used to generate HTML hyperlinks or buttons for these actions. 

 

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