REST.JsonReflect.TConverter.SetCurrentValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCurrentValue(Data: TSerial); virtual; abstract;

C++

virtual void __fastcall SetCurrentValue(TSerial Data) = 0 ;

Properties

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

Description

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

See Also