API:REST.JsonReflect.TJSONConverter.OnBoolean

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

Delphi

procedure OnBoolean(Data: Boolean); override;

C++

virtual void __fastcall OnBoolean(bool Data);

プロパティ

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

説明

変換処理で論理値が検出されたときに発生します。

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

変換処理で論理値が検出されたときに発生します。

Data はフィールドまたは配列要素の値(論理値)です。

関連項目