REST.JsonReflect.TJSONUnMarshal.SetFieldArray
Delphi
procedure SetFieldArray(Data: TObject; Field: string; Value: TJSONArray);
C++
void __fastcall SetFieldArray(System::TObject* Data, System::UnicodeString Field, System::Json::TJSONArray* Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONUnMarshal |
Description
The SetFieldArray method sets the specified Field member of Data to the Value of Array type.