Data.DBXJSONReflect.TReverterEvent.SetStringsReverter

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: TReverterEvent

Delphi

procedure SetStringsReverter(const Reverter: TStringsReverter);

C++

void __fastcall SetStringsReverter(const _di_TStringsReverter Reverter);

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