Data.DBXJSONReflect.TJSONConverter.OnListStart
Delphi
procedure OnListStart; override;
C++
virtual void __fastcall OnListStart();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp | Data.DBXJSONReflect | TJSONConverter | 
Description
Called when a field value is a list of values.
The OnListStart event is called when a field value is a list of values.
Note: This event may be followed by a number of OnString, OnNumber, OnBoolean, OnNull, or even imbricated OnListStart/OnListEnd events.