Clone 32-bit integer value.
Source position: fpjson.pp line 282
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. |