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.
Datais the current object instance that is being populated.Fieldrepresents the field name.Argrepresents the serialized value as a string.