API:Data.DBXJSONReflect.TJSONUnMarshal.SetField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetField(Data: TObject; Field: string; Value: TObject); overload;
procedure SetField(Data: TObject; Field: string; Value: string); overload;
procedure SetField(Data: TObject; Field: string; Value: Boolean); overload;

C++

void __fastcall SetField(System::TObject* Data, System::UnicodeString Field, System::TObject* Value)/* overload */;
void __fastcall SetField(System::TObject* Data, System::UnicodeString Field, System::UnicodeString Value)/* overload */;
void __fastcall SetField(System::TObject* Data, System::UnicodeString Field, bool Value)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!