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

Description

Creates a clone of the TJSONArray instance.

Clone returns a clone of the current TJSONArray instance as a TJSONAncestor.

See Also