RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataNavigator Class

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

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

Use TCustomDataNavigator as a base class for Web items that generate the HTML to arrange a collection of button controls in a data form. Each TCustomDataNavigator object has an associated Web item that generates display controls in the form. The buttons arranged by the data navigator component manipulate the information these display controls show.  

TCustomDataNavigator introduces properties that customize the appearance of the buttons it arranges. 

Do not create instances of TCustomDataNavigator. TCustomDataNavigator is intended to act as a base class. Instead, instantiate a descendant class such as TDataNavigator

 

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