Data.DBXJSONReflect.TConverterEvent.SetTypeStringConverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TConverterEvent

Delphi

procedure SetTypeStringConverter(const Converter: TTypeStringConverter);

C++

void __fastcall SetTypeStringConverter(const _di_TTypeStringConverter Converter);

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