MidItems.TDataNavigator
From RAD Studio API Documentation
Delphi
TDataNavigator = class(TCustomDataNavigator)
C++
class PASCALIMPLEMENTATION TDataNavigator : public TCustomDataNavigator
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | MidItems.pas MidItems.hpp |
MidItems | MidItems |
Description
TDataNavigator assembles the HTML generated by a set of TDataSetButton and TXMLButton descendants.
Add TDataNavigator as the child of a TDataForm component (or a layout group that is a child of a TDataForm component) to enable the generated HTML form to navigate the displayed data and apply updates that end users make to the data. TDataNavigator can be associated with the Web item that displays the data, such as TDataGrid or TFieldGroup.
TDataNavigator generates HTML containing the controls generated by its children. These children must be descendants of TDataSetButton or TXMLButton, such as TInsertButton and TApplyUpdatesButton.
Use the properties of TDataNavigator to customize the appearance of the group of buttons.