Data.DBXJSONReflect.TReverterEvent.SetStringReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStringReverter(const Reverter: TStringReverter);

C++

void __fastcall SetStringReverter(const _di_TStringReverter 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 string to be deserialized.

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

See Also