Xml.XMLIntf.IXMLDocument.GetSchemaRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSchemaRef: DOMString;

C++

virtual System::UnicodeString __fastcall GetSchemaRef() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Returns the value of the SchemaRef property.

GetSchemaRef is the read implementation of the SchemaRef property.

See Also