RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetButton.XMLUseParent Property

Specifies whether the button is associated with its parent's display object.

Pascal
property XMLUseParent: Boolean;
C++
__property Boolean XMLUseParent;

Use XMLUseParent to indicate how the dataset button determines the component that it influences. When XMLUseParent is false, the XMLComponent property must be set to indicate the display component. When XMLUseParent is true, the button influences the component specified by its parent's XMLComponent property.  

The button's parent is the Web item that uses the button to assemble its own HTML content (typically a TDataNavigator or TQueryButtons object). If the parent does not have an associated display component, setting XMLUseParent to true sets the XMLComponent property to nil (Delphi) or NULL (C++). 

 

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