REST.JsonReflect.TJSONConverter.OnNull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnNull; override;

C++

virtual void __fastcall OnNull(void);

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 nil value.

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

Occurs when the conversion process finds a nil value.

See Also