REST.JsonReflect.TJSONUnMarshal.SetFieldNull
Delphi
procedure SetFieldNull(Data: TObject; const Field: string);
C++
void __fastcall SetFieldNull(System::TObject* Data, const System::UnicodeString Field);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONUnMarshal |
Description
La méthode SetFieldNull définit le membre Field
spécifié de Data
sur la valeur nil.