API:Data.DBXJSONReflect.TJSONConverter.SetCurrentValue
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.
Data.DBXJSONReflect.TJSONConverter.SetCurrentValue inherits from Data.DBXJSONReflect.TConverter.SetCurrentValue. All content below this line refers to Data.DBXJSONReflect.TConverter.SetCurrentValue.
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.