Xml.xmldom.EDOMParseError.Reason

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Reason: DOMString read GetReason;

C++

__property System::UnicodeString Reason = {read=GetReason};

Properties

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

Description

Indicates the error code that the DOM parser returned.

Reason is a short text string that describes the error that was encountered. It corresponds to the error code specified by ErrorCode.

See Also