API:Data.DBXJSONReflect.TJSONConverter.OnNumber

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONConverter

Delphi

procedure OnNumber(const Data: string); override;

C++

virtual void __fastcall OnNumber(const System::UnicodeString Data);

Description

Called for a field that contains a number value.

Data.DBXJSONReflect.TJSONConverter.OnNumber inherits from Data.DBXJSONReflect.TConverter.OnNumber. All content below this line refers to Data.DBXJSONReflect.TConverter.OnNumber.

Called for a field that contains a number value.

The OnNumber event is called for a field that contains a number value.

See Also