REST.JsonReflect.TJSONInterceptor.TypeStringsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeStringsReverter(Data: TListOfStrings): TObject; virtual;

C++

virtual System::TObject* __fastcall TypeStringsReverter(TListOfStrings Data);

Properties

Type Visibility Source Unit Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONInterceptor

Description

Converter that creates an object instance from a string array.

The TypeStringsReverter method returns an object instance created from the TListOfStrings specified in Data.

See Also