REST.JsonReflect.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
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONInterceptor

Description

Reverter that sets an object field to a value based on an array of strings.

The StringsReverter method sets the specified Field of the object Data to a value from the TListOfStrings specified in Arg.

See Also