Data.DBXJSONReflect.TJSONInterceptor.StringsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StringsReverter(Data: TObject; Field: string;  Args: TListOfStrings); virtual;

C++

virtual void __fastcall StringsReverter(System::TObject* Data, System::UnicodeString Field, TListOfStrings Args);

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 an array of strings.

  • Data is the current object instance that is being populated.
  • Field represents the field name.
  • Args is an array of strings.

See Also