Data.DBXJSONReflect.TReverterEvent.SetStringsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStringsReverter(const Reverter: TStringsReverter);

C++

void __fastcall SetStringsReverter(const _di_TStringsReverter Reverter);

Properties

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

Description

Sets the field reverter for the strings to be deserialized.

The SetStringsReverter method sets the field reverter for the strings to be deserialized.

See Also