Xml.xmldom.EDOMParseError.LinePos

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property LinePos: Integer read GetLinePos;

C++

__property int LinePos = {read=GetLinePos, nodefault};

Properties

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

Description

Indicates the position within the problem line where the parser encountered an error.

LinePos is the offset in the line specified by the Line property where the DOM parser detected an error.

See Also