System.JSON.TJSONNull.Clone
Delphi
function Clone: TJSONAncestor; override;
C++
virtual TJSONAncestor* __fastcall Clone();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONNull |
Description
Declares the method that should create a deep clone of the current JSON value.
System.JSON.TJSONNull.Clone inherits from System.JSON.TJSONAncestor.Clone. All content below this line refers to System.JSON.TJSONAncestor.Clone.
Declares the method that should create a deep clone of the current JSON value.
Descendants of TJSONAncestor implementing Clone, for example TJSONString, define Clone as creating a deep clone of the current JSON value and returning an exact copy of the current instance.