Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONConverter

Description

Represents a bypass for value events.

The SetCurrentValue method represents a bypass for value events and sets the expected serialized value directly.

Note: The field value is a serialized value.

See Also