[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jsonscanner.pp line 64
type TJSONScanner = class |
protected |
procedure Error(); |
public |
constructor Create(); deprecated ; |
function FetchToken; |
property CurLine: string; [r] |
property CurRow: Integer; [r] |
property CurColumn: Integer; [r] |
property CurToken: TJSONToken; [r] |
property CurTokenString: string; [r] |
property Strict: Boolean; [rw] deprecated ; |
property UseUTF8: Boolean; [rw] deprecated ; |
property Options: TJSONOptions; [rw] |
end; |
| |
TObject |