RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDisplayReferenceGroup.XMLComponent Property

Associates the group with a component that generates HTML display controls.

Pascal
property XMLComponent: TComponent;
C++
__property TComponent * XMLComponent;

Use XMLComponent to associate the group of buttons with a Web item that generates the display controls those buttons influence. Typical values of XMLComponent are TFieldGroup or TDataGrid

If all the buttons arranged by the TXMLDisplayReferenceGroup object operate on the same set of display controls, it is most efficient to specify the Web item generating these controls as the value of XMLComponent. Then, each button uses this value to determine its associated display controls when its XMLUseParent property is true. Any buttons that do not operate on the display controls generated by XMLComponent can set their own XMLComponent property to another Web item. 

 

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