[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Kind of numerical data managed by this class.
Source position: fpjson.pp line 138
public class function TJSONNumber.NumberType: TJSONNumberType; virtual; abstract; |
the kind of numerical data managed by this class.
NumberType is overridden by TJSONNumber descendents to return the kind of numerical data that can be managed by the class.
|
Class to represent 32-bit integer JSON data. |
|
|
Class to represent 64-bit integer JSON data. |
|
|
Class to represent floating-point JSON data. |
|
JSONType |