API:Data.DBXJSONReflect.TJSONConverter.OnBoolean
Delphi
procedure OnBoolean(const Data: Boolean); override;
C++
virtual void __fastcall OnBoolean(const bool Data);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | TJSONConverter |
Description
Called for a field that contains a Boolean value.
Data.DBXJSONReflect.TJSONConverter.OnBoolean inherits from Data.DBXJSONReflect.TConverter.OnBoolean. All content below this line refers to Data.DBXJSONReflect.TConverter.OnBoolean.
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.