Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONConverter

Description

Marks the processing of the last value in a list.

The OnListEnd event marks the processing of the last value in a list.

Note: The event matches a previous OnListStart event.

See Also