REST.JsonReflect.TJSONConverter.OnListEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnListEnd; override;

C++

virtual void __fastcall OnListEnd();

Properties

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

Description

Occurs after processing the last value of a list.

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

Occurs after processing the last value of a list.

For each OnListEnd there is always a previous, matching OnListStart event.

See Also