REST.Json.Interceptors.TBytesInterceptor.StringReverter

From RAD Studio API Documentation

Delphi

procedure StringReverter(Data: TObject; Field: string; Arg: string); override;

C++

virtual void __fastcall StringReverter(System::TObject* Data, System::UnicodeString Field, System::UnicodeString Arg);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TBytesInterceptor

Description

Reverter that sets an object field to a value from a string. {{#multireplace:REST.Json.Interceptors.TBytesInterceptor.StringReverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.JsonReflect.TJSONInterceptor.StringReverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.JsonReflect.TJSONInterceptor.StringReverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Reverter that sets an object field to a value from a string.

The StringReverter sets the specified Field of the object Data to a value from the string specified in Arg.

See Also