Data.DBXJSONReflect.TJSONInterceptor.TypeStringsConverter

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 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.

See Also