Data.DBXJSONReflect.TConverterEvent.SetTypeStringConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTypeStringConverter(const Converter: TTypeStringConverter);

C++

void __fastcall SetTypeStringConverter(const _di_TTypeStringConverter Converter);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TConverterEvent

Description

Sets the type converter for the string to be serialized.

The SetTypeStringConverter method sets the type converter for the string to be serialized.

See Also