RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetButton.XMLComponent Property

Associates the button with the component that generates the display control it influences.

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

Set XMLComponent to specify the Web item that generates a display control that the button influences.

Note: Typically, descendants of TXMLDisplayReferenceButton are used by a descendant of TXMLDisplayReferenceGroup, which has its own XMLComponent property. If the button influences this same component, you need not set the XMLComponent property. Instead, setting the XMLUseParent property to true (the default) sets XMLComponent to the value of the parent's XMLComponent property.
 

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