RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDisplayReferenceGroup Class

TXMLDisplayReferenceGroup is the base class for Web items that arrange a set of button controls that influence a control that displays data.

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

MidItems

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

In order to let other Web items use the HTML that the TXMLDisplayReferenceGroup object generates, TXMLDisplayReferenceGroup inherits the IWebContent interface from TWebControlGroup

Do not create instances of TXMLDisplayReferenceGroup. TXMLDisplayReferenceGroup manages the Web items that generate buttons and the association to a display generator, but does not produce any content. Instead, use a descendant of TXMLDisplayReferenceGroup that generates the HTML for its set of specialized buttons such as TDataNavigator or TQueryButtons

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!