MidItems.TDataNavigator
Contents |
Delphi Information
From MidItems.pas
TDataNavigator = class(TCustomDataNavigator)
Unit: MidItems
Type: class
Inherited Class Members: MidItems.TDataNavigator Members
C++ Information
From MidItems.hpp
TDataNavigator = class(TCustomDataNavigator)
Unit: MidItems
Type: class
Inherited Class Members: MidItems.TDataNavigator Members
Class Constructors & Destructors: MidItems.TDataNavigator Constructors
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.