Xml.xmldom.EDOMParseError.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property ErrorCode: Integer read GetErrorCode;

C++

__property int ErrorCode = {read=GetErrorCode, nodefault};

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.

ErrorCode is the error code supplied by the DOM parser when it encountered a problem parsing the XML document.

See Also