Show: Delphi
C++
Display Preferences
MidItems.TLastButton
From XE2 API Documentation
Delphi
TLastButton = class(TDataSetButton)
C++
class PASCALIMPLEMENTATION TLastButton : public TDataSetButton
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | MidItems.pas MidItems.hpp |
MidItems | MidItems |
Description
TLastButton generates an HTML control that moves to the last record in an XML data packet.
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.