Data.DBXJSONReflect.TJSONUnMarshal.SetFieldArray

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

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

Description

Sets a field of array type.

  • Data is the object instance.
  • Field is the field's name.
  • Value is the field's value.

See Also