Data.DBXJSONReflect.TMarshalUnmarshalBase.UnregisterJSONMarshalled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TMarshalUnmarshalBase

Description

The UnregisterJSONMarshalled method unregisters the specified class field in case it should be marshalled/unmarshalled.

See Also