REST.JsonReflect.TConverter.OnBoolean
Delphi
procedure OnBoolean(Data: Boolean); virtual; abstract;
C++
virtual void __fastcall OnBoolean(bool Data) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | REST.JsonReflect.pas REST.JsonReflect.hpp | REST.JsonReflect | TConverter | 
Description
Occurs when the conversion process finds a boolean value.
Data is the value of the field or the array element, as a boolean.