REST.JsonReflect.TJSONUnMarshal.SetFieldNull

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also