API:REST.JsonReflect.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
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

Description

Occurs at the beginning of the processing of the value of a field when that value is actually a list of values.

REST.JsonReflect.TJSONConverter.OnListStart inherits from REST.JsonReflect.TConverter.OnListStart. All content below this line refers to REST.JsonReflect.TConverter.OnListStart.

Occurs at the beginning of the processing of the value of a field when that value is actually a list of values.

Since OnListStart occurs, any combination of the following events may follow:

After the last item of the list is processed, OnListEnd occurs.

See Also