API:Data.DBXJSONReflect.TTypeMarshaller.MarshalTypeConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MarshalTypeConverter(Data: TObject; Field: string;  ConverterEvent: TConverterEvent); overload;
procedure MarshalTypeConverter(Data: TObject; Field: string;  ConverterEvent: TJSONInterceptor); overload;

C++

void __fastcall MarshalTypeConverter(System::TObject* Data, System::UnicodeString Field, TConverterEvent* ConverterEvent)/* overload */;
void __fastcall MarshalTypeConverter(System::TObject* Data, System::UnicodeString Field, TJSONInterceptor* ConverterEvent)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!