RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.HasXMLBrowserView Method

Indicates whether the IDE should display an XML tree view for any XML data associated with the page producer.

Pascal
function HasXMLBrowserView: Boolean;
C++
__fastcall Boolean HasXMLBrowserView();

The IDE calls HasXMLBrowserView to determine whether it should create an XML tab page in the code editor for displaying the XML data that the page producer uses. 

HasXMLBrowserView returns false because adapter page producers do not use associated XML data. 

 

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