[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Clone 32-bit integer value
Source position: fpjson.pp line 195
public function TJSONIntegerNumber.Clone: TJSONData; override; |
New instance of TJSONIntegerNumber with the same integer value
Clone overrides TJSONData.Clone and creates an instance of the same class with the same 32-bit integer value.
|
Duplicate the value of the JSON data |