REST.JsonReflect.TConverter.OnListStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnListStart; virtual; abstract;

C++

virtual void __fastcall OnListStart() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TConverter

Description

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