Data.DBXJSONReflect.TJSONConverter.OnBoolean

From RAD Studio API Documentation
Jump to: navigation, search

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.

The OnBoolean event is called for a field that contains a Boolean value. It is treated as a special case of enumeration.

See Also