REST.JsonReflect.TListTFieldsEditor.TryPopulateFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryPopulateFields(UnMarshal: TJSONUnMarshal; Data: TObject; const FieldName: string;
JsonFields: TJSONObject; var I: Integer): Boolean;

C++

bool __fastcall TryPopulateFields(TJSONUnMarshal* UnMarshal, System::TObject* Data, const System::UnicodeString FieldName, System::Json::TJSONObject* JsonFields, int &I);

Properties

Type Visibility Source Unit Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TListTFieldsEditor

Description

Embarcadero Technologies does not currently have any additional information.