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