Data.DBXJSONReflect.TJSONConverter.SetCurrentValue
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONConverter |
Delphi
procedure SetCurrentValue(Data: TJSONValue); override;
C++
virtual void __fastcall SetCurrentValue(System::Json::TJSONValue* Data);
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.