API:REST.JsonReflect.TJSONConverter.OnNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnNumber(Data: string); override;

C++

virtual void __fastcall OnNumber(System::UnicodeString 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 numeric value.

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

Occurs when the conversion process finds a numeric value.

Data is the numeric value as a string.

See Also