REST.JsonReflect.TJSONUnMarshal.SetFieldNull
Delphi
procedure SetFieldNull(Data: TObject; Field: string);
C++
void __fastcall SetFieldNull(System::TObject* Data, System::UnicodeString Field);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | REST.JsonReflect.pas REST.JsonReflect.hpp | REST.JsonReflect | TJSONUnMarshal | 
Description
The SetFieldNull method sets the specified Field member of Data to nil.