REST.JsonReflect.TConverter.OnBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnBoolean(Data: Boolean); virtual; abstract;

C++

virtual void __fastcall OnBoolean(bool Data) = 0 ;

Properties

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

Description

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