Data.DBXJSONReflect.TJSONUnMarshal.GetArgObjects

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetArgObjects(JsonArray: TJSONArray): TListOfObjects;

C++

TListOfObjects __fastcall GetArgObjects(System::Json::TJSONArray* JsonArray);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal


Description

Convertit un tableau JSON en un tableau d'objets.

La méthode GetArgObjects convertit un tableau JSON en un tableau d'objets.

Voir aussi