Data.DBXJSONReflect.TJSONUnMarshal.SetFieldNull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFieldNull(Data: TObject; const Field: string);

C++

void __fastcall SetFieldNull(System::TObject* Data, const System::UnicodeString Field);

Properties

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

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.

See Also