Data.DBXJSONReflect.TConverterEvent.SetStringsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStringsConverter(Converter: TStringsConverter);

C++

void __fastcall SetStringsConverter(_di_TStringsConverter Converter);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TConverterEvent

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