Data.DBXJSONReflect.TJSONInterceptor.StringsConverter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp | |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONInterceptor | |
Delphi
function StringsConverter(Data: TObject; Field: string): TListOfStrings; virtual;
C++
virtual TListOfStrings __fastcall StringsConverter(System::TObject* Data, System::UnicodeString Field);
Description
Converter that transforms a field value into an array of strings.
- Datais the current object instance that is being serialized.
- Fieldrepresents the field name.