REST.JsonReflect.TJSONUnMarshal.SetFieldNull

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


説明

SetFieldNull メソッドは、指定された DataField メンバを nil に設定します。

関連項目