REST.JsonReflect.TConverter.OnNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnNumber(Data: string); virtual; abstract;

C++

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

Data is the numeric value as a string.

See Also