Data.DBXJSONReflect.TTypeStringsConverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
anonMethod
class
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: Data.DBXJSONReflect

Delphi

TTypeStringsConverter = reference to function(Data: TObject): TListOfStrings;

C++

__interface TTypeStringsConverter  : public System::IInterface

Description

Represents the type for converters that transform any field value of the registered type into a list of strings.

TTypeStringsConverter represents the type for converters 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.

See Also