Xml.xmldom.EDOMParseError.SrcText

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property SrcText: DOMString read GetSrcText;

C++

__property System::UnicodeString SrcText = {read=GetSrcText};

Properties

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

Description

Indicates the text of the line where the parser encountered an error.

SrcText is the text from the XML document that the DOM parser could not interpret.

See Also