Data.DBXJSONReflect.TTypeStringsReverter
| [–] Properties | |
|---|---|
| Type: anonMethod class
| |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: Data.DBXJSONReflect | |
Delphi
TTypeStringsReverter = reference to function(Data: TListOfStrings): TObject;
C++
__interface TTypeStringsReverter : public System::IInterface
Description
Represents the type for reverters that transform any field value of the registered type into a list of strings.
TTypeStringsReverter represents the type for reverters that transform any field value of the registered type into a list of strings.
Note: The Data parameter specifies the object value of the current field.