[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqlparser.pas line 197
type ESQLParser = class(Exception) |
public |
property Line: Integer; [rw] |
property Col: Integer; [rw] |
property FileName: string; [rw] |
end; |
| |
TObject |