Data.DBXJSONReflect.TConverter.OnBoolean
Delphi
procedure OnBoolean(const Data: Boolean); virtual; abstract;
C++
virtual void __fastcall OnBoolean(const bool Data) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp | Data.DBXJSONReflect | TConverter | 
Description
Called for a field that contains a Boolean value.
The OnBoolean event is called for a field that contains a Boolean value. It is treated as a special case of enumeration.