Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TListTFieldsEditor

Description

Embarcadero Technologies does not currently have any additional information.