REST.JsonReflect.TJSONConverter.OnBoolean
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 はフィールドまたは配列要素の値(論理値)です。