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