API:Data.DBXJSONReflect.TJSONConverter.OnListStart

From RAD Studio API Documentation
Jump to: navigation, search

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.

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

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.

See Also