RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLastButton Class

TLastButton generates an HTML control that moves to the last record in an XML data packet.

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

MidItems

Add TLastButton 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 move quickly to the last record in a dataset. The resulting HTML button's action changes the associated display control so that it shows the last record as current. 

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

 

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