Document.DataRoot
Property: DataRoot as XMLData (read-only)
Description
This property provides access to the document's first XMLData object of type spyXMLDataElement. This is typically the root element for all document content data. See XMLSpyDocument.RootElement to get the root element of the whole document including XML prolog data. If the CurrentViewMode is not spyViewGrid or spyViewAuthentic an UpdateXMLData may be necessary to get access to the latest XMLData.
Errors
1400 | The document object is no longer valid. |
1407 | Invalid address for the return parameter was specified. |