Data.DBXJSONReflect.TConverter.OnListEnd
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TConverter |
Delphi
procedure OnListEnd; virtual; abstract;
C++
virtual void __fastcall OnListEnd() = 0 ;
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.