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