Xml.xmldom.EDOMParseError.URL

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property URL: DOMString read GetURL;

C++

__property System::UnicodeString URL = {read=GetURL};

Properties

Type Visibility Source Unit Parent
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom EDOMParseError

Description

Identifies the source that could not be parsed by its URL.

URL identifies the problem the DOM parser encountered by its URL.

See Also