Data.DBXJSONReflect.TConverterEvent.SetStringConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStringConverter(Converter: TStringConverter);

C++

void __fastcall SetStringConverter(_di_TStringConverter 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 string to be serialized.

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

See Also