RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryButton.XMLComponent Property

Associates the button with the query form whose display controls it influences.

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

Set XMLComponent to specify the Web item that generates the form whose controls the query button influences. If this query form contains the TQueryButtons object that formats the query button with its siblings, you need not set the XMLComponent property. Instead, setting the XMLUseParent property to true (the default) sets XMLComponent to the Query form that contains the parent TQueryButtons object. 

 

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