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