Data.DBXJSONReflect.TJSONInterceptor.TypeStringsReverter

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 TypeStringsReverter(Data: TListOfStrings): TObject; virtual;

C++

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

Description

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

  • Data represents the array of strings.

See Also