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