Data.DBXJSONReflect.TJSONUnMarshal.SetFieldArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetFieldArray(Data: TObject; const Field: string; Value: TJSONArray);

C++

void __fastcall SetFieldArray(System::TObject* Data, const System::UnicodeString Field, System::Json::TJSONArray* Value);

Propriétés

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


Description

Définit un champ de type tableau.

  • Data est l'instance d'objet.
  • Field est le nom du champ.
  • Value est la valeur du champ.

Voir aussi