System.JSON.TJSONArray.Clone

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Clone: TJSONAncestor; override;

C++

virtual TJSONAncestor* __fastcall Clone();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Beschreibung

Erstellt einen Klon der TJSONArray-Instanz.

Clone gibt einen Klon der aktuellen TJSONArray-Instanz als TJSONAncestor zurück.

Siehe auch