Xmldom.IDOMParseError Properties
From RAD Studio VCL Reference
Delphi Information
| property errorCode: Integer read get_errorCode; | |
| property url: string read get_url; | |
| property reason: string read get_reason; | |
| property srcText: string read get_srcText; | |
| property line: Integer read get_line; | |
| property linePos: Integer read get_linepos; | |
| property filePos: Integer read get_filepos; |
Unit: xmldom
Type: property
Visibility: public
Member Of: IDOMParseError
C++ Information
| __property int errorCode = {read=_scw_get_errorCode}; | |
| __property System::UnicodeString url = {read=_scw_get_url}; | |
| __property System::UnicodeString reason = {read=_scw_get_reason}; | |
| __property System::UnicodeString srcText = {read=_scw_get_srcText}; | |
| __property int line = {read=_scw_get_line}; | |
| __property int linePos = {read=_scw_get_linepos}; | |
| __property int filePos = {read=_scw_get_filepos}; |
Unit: xmldom
Type: property
Visibility: public
Member Of: IDOMParseError
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!