REST.JsonReflect.TJSONConverter.SetCurrentValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCurrentValue(Data: TJSONValue); override;

C++

virtual void __fastcall SetCurrentValue(System::Json::TJSONValue* Data);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

Description

Sets the expected serialized value directly instead of using the events of the converter.

REST.JsonReflect.TJSONConverter.SetCurrentValue inherits from REST.JsonReflect.TConverter.SetCurrentValue. All content below this line refers to REST.JsonReflect.TConverter.SetCurrentValue.

Sets the expected serialized value directly instead of using the events of the converter.

See Also