RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNextButton Class

TNextButton generates an HTML control that moves to the next record in an XML data packet.

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

Add TNextButton 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 next record in a dataset. The resulting HTML button's action changes the current record displayed by the associated control. 

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!