piErrorCount - BaseXMLDomParseError
Returns the number of errors when pbMultipleErrorMessages is True
Type: Property
Access: Read-Only
Data Type: Integer
Parameters: None
Syntax
Property Integer piErrorCount
| Access Type | Syntax |
|---|---|
| Read Access: | Get piErrorCount to IntegerVariable |
Description
Returns the number of errors; only used when pbMultipleErrorMessages is True. Each error "item" is processed by calling ErrorItemNode.
Integer iCount
Get piErrorCount of hoParseErrorObject to iCount