REST.JsonReflect.TJSONInterceptor.StringReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONInterceptor

Description

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