Data.DBXJSONReflect.TStringConverter

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

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

C++

__interface TStringConverter  : public System::IInterface

Description

Represents the type for field converters that transform a field value into a string.

TStringConverter represents the type for field converters that transform a field value into a string.

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

See Also