RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataNavigator Class

TDataNavigator assembles the HTML generated by a set of TDataSetButton and TXMLButton descendants.

Pascal
TDataNavigator = class(TCustomDataNavigator);
C++
class TDataNavigator : public TCustomDataNavigator;

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. 

 

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