RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPriorButton Class

TPriorButton generates an HTML control that moves to the previous record in an XML data packet.

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

MidItems

Add TPriorButton as the child of a TDataNavigator component (or a layout group that is a child of a TDataNavigator component) to enable an associated control to move to the previous record in a dataset. The resulting HTML button's action changes the current record displayed by the associated control. 

Use the properties of TPriorButton to customize the appearance of the button and associate it with a Web item. The associated Web item displays the records that the prior button navigates. 

 

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