Data.DBXJSONReflect.TJSONInterceptor.StringsConverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONInterceptor

Delphi

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

C++

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

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