Data.DBXJSONReflect.TConverter.OnBoolean
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TConverter | |
Delphi
procedure OnBoolean(const Data: Boolean); virtual; abstract;
C++
virtual void __fastcall OnBoolean(const bool Data) = 0 ;
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.