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