Xml.xmldom.EDOMParseError.FilePos

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property FilePos: Integer read GetFilePos;

C++

__property int FilePos = {read=GetFilePos, nodefault};

Properties

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

Description

Indicates the offset in the XML document where the parser encountered an error.

FilePos is the offset in the XML document where the parser detected the error.

See Also