[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class to represent 64-bit integer JSON data.
Source position: fpjson.pp line 301
| type TJSONInt64Number = class(TJSONNumber) | ||
| public | ||
| constructor Create(); | 
 | Create a new instance of 64-bit integer JSON data. | 
| class function NumberType; override; | 
 | Kind of numerical data managed by this class. | 
| procedure Clear; override; | 
 | Clear value. | 
| function Clone; override; | 
 | Clone 64-bit integer value. | 
| end; | 
| 
 | Class to represent 64-bit integer JSON data. | |
| | | ||
| 
 | Common ancestor for the numerical value JSON classes. | |
| | | ||
| 
 | Base (abstract) object for all JSON based data types. | |
| | | ||
TJSONInt64Number must be used whenever 64-bit integer data must be represented. For 32-bit integer data, TJSONIntegerNumber must be used.
| 
 | Class to represent floating-point JSON data. | |
| 
 | Class to represent 32-bit integer JSON data. |