Data.DBXJSONReflect.TConverterEvent.SetStringConverter

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 SetStringConverter(const Converter: TStringConverter);

C++

void __fastcall SetStringConverter(const _di_TStringConverter Converter);

Description

Sets the field converter for the string to be serialized.

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

See Also