RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryButton.XMLUseParent Property

Specifies whether the button is associated with its parent's query form.

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

Use XMLUseParent to indicate how the query button determines the form whose controls it influences. When XMLUseParent is false, the XMLComponent property must be set to indicate the query form. When XMLUseParent is true, the button influences controls on the query form that contains its parent TQueryButtons component. 

 

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