Data.DBXJSONReflect.TJSONUnMarshal.PopulateFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopulateFields(JsonFields: TJSONObject; Data: TObject; JsonCustomizer: TJSONPopulationCustomizer);

C++

void __fastcall PopulateFields(System::Json::TJSONObject* JsonFields, System::TObject* Data, TJSONPopulationCustomizer* JsonCustomizer);

Properties

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

Description

Populates the instance fields with values from the JSON serialized representation.

The PopulateFields method populates the instance fields with values from the JSON serialized representation.

See Also