Data.DBXJSONReflect.TJSONUnMarshal.SetFieldArray
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONUnMarshal | |
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);
Description
Sets a field of array type.
Datais the object instance.
Fieldis the field's name.
Valueis the field's value.