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

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