RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPriorPageButton Class

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

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

MidItems

Add TPriorPageButton 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 previous 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 previous 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!