REST.JsonReflect.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
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONInterceptor

Description

Converter that transforms a field value into an array of strings.

The StringsConverter method returns a TListOfStrings generated from the Field value of the Data object.

See Also