Data.DBXJSONReflect.TJSONInterceptor.StringReverter
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONInterceptor |
Delphi
procedure StringReverter(Data: TObject; Field: string; Arg: string); virtual;
C++
virtual void __fastcall StringReverter(System::TObject* Data, System::UnicodeString Field, System::UnicodeString Arg);
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.