API:REST.JsonReflect.TJSONUnMarshal.SetField

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect 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.