Data.DBXJSONReflect.TJSONInterceptor.TypeStringsConverter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONInterceptor |
Delphi
function TypeStringsConverter(Data: TObject): TListOfStrings; virtual;
C++
virtual TListOfStrings __fastcall TypeStringsConverter(System::TObject* Data);
Description
Converter that transforms an object instance into an array of strings.
Data
represents the current object instance.