System.JSON.TJSONArray.Clone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Clone: TJSONAncestor; override;

C++

virtual TJSONAncestor* __fastcall Clone(void);

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.JSON.TJSONArray.Clone&oldid=752794"