[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create a new instance of 32-bit integer JSON data
Source position: fpjson.pp line 192
public constructor TJSONIntegerNumber.Create( |
AValue: Integer |
); |
AValue |
|
Initial value for the integer data |
Create instantiates a new 32-bit integer JSON data and initializes the value with AValue.
|
Create a new floating-point value |
|
|
Create a new instance of 64-bit integer JSON data |