Data.DBXJSONReflect.TConverterEvent.SetStringsConverter

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 SetStringsConverter(const Converter: TStringsConverter);

C++

void __fastcall SetStringsConverter(const _di_TStringsConverter Converter);

Description

Sets the field converter for the strings to be serialized.

The SetStringsConverter method sets the field converter for the strings to be serialized.

See Also