Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor

Description

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

  • Data is the current object instance that is being populated.
  • Field represents the field name.
  • Arg represents the serialized value as a string.

See Also