Show: Delphi
C++
Display Preferences
Data.DBXJSONReflect.TTypeStringConverter
From XE2 API Documentation
Delphi
type TTypeStringConverter = reference to function(Data: TObject): string;
C++
__interface TTypeStringConverter : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
anonMethod class |
public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | Data.DBXJSONReflect |
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.