[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: xmlutils.pp line 158
type IXmlLineInfo = interface(IInterface) |
function GetHasLineInfo; |
function GetLineNumber; |
function GetLinePosition; |
property HasLineInfo: Boolean; [r] |
property LineNumber: Integer; [r] |
property LinePosition: Integer; [r] |
end; |
| |
IInterface |