API:Data.DBXJSONReflect.TJSONUnMarshal.SetField

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.