RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFirstButton Class

TFirstButton generates an HTML control that moves to the first record in an XML data packet.

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

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

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

 

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