Data.DBXJSONReflect.TJSONInterceptor.TypeStringsReverter
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.
Datarepresents the array of strings.