Data.DBXJSONReflect.TJSONInterceptor.StringsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StringsConverter(Data: TObject; Field: string): TListOfStrings; virtual;

C++

virtual TListOfStrings __fastcall StringsConverter(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 an array of strings.

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

See Also