Data.DBXJSONReflect.TJSONUnMarshal.SetFieldNull
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONUnMarshal |
Delphi
procedure SetFieldNull(Data: TObject; const Field: string);
C++
void __fastcall SetFieldNull(System::TObject* Data, const System::UnicodeString Field);
Description
Sets an object field to nil.
The SetFieldNull method sets an object field to nil. The Data parameter specifies the object. The Field parameter specifies the name of the field to be changed.