Data.DBXJSONReflect.TConverterEvent.SetTypeStringsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTypeStringsConverter(const Converter: TTypeStringsConverter);

C++

void __fastcall SetTypeStringsConverter(const _di_TTypeStringsConverter 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 strings to be serialized.

The SetTypeStringsConverter method sets the type converter for the strings to be serialized.

See Also