[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: xmlreader.pp line 28
type EXMLReadError = class(Exception) |
public |
constructor Create(); |
property Severity: TErrorSeverity; [r] |
property ErrorMessage: string; [r] |
property Line: Integer; [r] |
property LinePos: Integer; [r] |
end; |
| |
TObject |