API:Data.DBXJSONReflect.TJSONUnMarshal.SetField

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !