REST.JsonReflect.TConverter.OnListEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnListEnd; virtual; abstract;

C++

virtual void __fastcall OnListEnd() = 0 ;

Properties

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

Description

Occurs after processing the last value of a list.

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

See Also