System.JSON.TJSONArray.Clone

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Clone: TJSONAncestor; override;

C++

virtual TJSONAncestor* __fastcall Clone();

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray


Description

Crée un clone de l'instance de TJSONArray.

Clone renvoie un clone de l'instance de TJSONArray en cours sous la forme d'un TJSONAncestor.

Voir aussi