API:REST.JsonReflect.TJSONConverter.OnBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnBoolean(Data: Boolean); override;

C++

virtual void __fastcall OnBoolean(bool Data);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

Description

Occurs when the conversion process finds a boolean value.

REST.JsonReflect.TJSONConverter.OnBoolean inherits from REST.JsonReflect.TConverter.OnBoolean. All content below this line refers to REST.JsonReflect.TConverter.OnBoolean.

Occurs when the conversion process finds a boolean value.

Data is the value of the field or the array element, as a boolean.

See Also