Data.DBXJSONReflect.TJSONInterceptor.StringConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StringConverter(Data: TObject; Field: string): string; virtual;

C++

virtual System::UnicodeString __fastcall StringConverter(System::TObject* Data, System::UnicodeString Field);

Properties

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

Description

Converter that transforms a field value into a string.

  • Data is the current object instance that is being serialized.
  • Field represents the field name.

See Also