RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.SchemaRef Property

Returns the name of the schema associated with this XML document.

Pascal
property SchemaRef: DOMString;
C++
__property DOMString SchemaRef;

Read SchemaRef to determine the schema associated with this XML document. If the document does not have an attribute that identifies an associated schema, the value of SchemaRef is an empty string. 

 

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