Xml.xmldom.EDOMParseError.Line

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Line: Integer read GetLine;

C++

__property int Line = {read=GetLine, nodefault};

Properties

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

Description

Indicates the line of the XML document where the parser encountered an error.

Line is the line of the XML document where the parser detected the error.

See Also