Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor

Description

Reverter that creates an object instance based on an array of strings.

  • Data represents the array of strings.

See Also