RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNextPageButton Class

TNextPageButton generates an HTML control that moves to the next set of records in an XML data packet.

Pascal
TNextPageButton = class(TDataSetButton);
C++
class TNextPageButton : public TDataSetButton;

MidItems

Add TNextPageButton as the child of a TDataNavigator component (or a layout group that is a child of a TDataNavigator component) to enable the generated HTML form to display the next group of records in a dataset. If the button is associated with a grid (TDataGrid), the grid scrolls by the number of rows in the grid. If the button is associated with a collection of fields (TFieldGroup), the current record changes to the next record in the data packet. 

Use the properties of TNextPageButton to customize the appearance of the button and associate it with a display component. 

 

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