Data.DBXJSONReflect.TStringsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStringsConverter = reference to function(Data: TObject;
Field: string): TListOfStrings;

C++

__interface TStringsConverter  : 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 field converters that transform a field value into an array of strings.

TStringsConverter represents the type for field converters that transform a field value into an array of strings.

Note: The Data parameter specifies the current object instance that is being serialized.

See Also