REST.JsonReflect.TJSONConverter.SetCurrentValue

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetCurrentValue(Data: TJSONValue); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

説明

変換コンポーネントのイベントを使用せずに、必要なシリアル化された値を直接設定します。

REST.JsonReflect.TJSONConverter.SetCurrentValue は REST.JsonReflect.TConverter.SetCurrentValue を継承しています。以下の内容はすべて REST.JsonReflect.TConverter.SetCurrentValue を参照しています。

変換コンポーネントのイベントを使用せずに、必要なシリアル化された値を直接設定します。

関連項目