Data.DBXJSONReflect.TConverterEvent.SetTypeStringConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTypeStringConverter(Converter: TTypeStringConverter);

C++

void __fastcall SetTypeStringConverter(_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