API:REST.Json.Interceptors.TBase64BytesInterceptor.StringReverter

From RAD Studio API Documentation
Jump to: navigation, search

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 TBase64BytesInterceptor

Description

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

REST.Json.Interceptors.TBase64BytesInterceptor.StringReverter inherits from REST.JsonReflect.TJSONInterceptor.StringReverter. All content below this line refers to REST.JsonReflect.TJSONInterceptor.StringReverter.

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