System.JSON.TJSONFalse.Clone

From RAD Studio API Documentation
Jump to: navigation, search

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 TJSONFalse

Description

Declares the method that should create a deep clone of the current JSON value.

System.JSON.TJSONFalse.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.

See Also