Data.DBXJSONReflect.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 | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp | Data.DBXJSONReflect | TJSONConverter | 
Description
Called for a field that contains a number value.
The OnNumber event is called for a field that contains a number value.