[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Alias type
Source position: fpjson.pp line 57
type TJSONLargeInt = Int64; |
TJSONLargeInt resolves to the largest possible integer type for the current platform. This is NativeInt for Pas2JS and Int64 for all other platforms.