Data.DBXJSONReflect.TMarshalUnmarshalBase.UnregisterJSONMarshalled

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure UnregisterJSONMarshalled(clazz: TClass; Field: string);

C++

void __fastcall UnregisterJSONMarshalled(System::TClass clazz, System::UnicodeString Field);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TMarshalUnmarshalBase


説明

UnregisterJSONMarshalled メソッドは、指定されたクラス フィールドがマーシャリング/アンマーシャリングされなければならない場合、そのフィールドの登録を解除します。

関連項目