REST.JsonReflect.TJSONConverter.OnNumber
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.