Data.DBXJSONReflect.TJSONConverter.OnTypeEnd
Delphi
procedure OnTypeEnd(TypeName: string; id: Integer); override;
C++
virtual void __fastcall OnTypeEnd(System::UnicodeString TypeName, int id);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp | Data.DBXJSONReflect | TJSONConverter | 
Description
Called when a new user object processing ends.
The OnTypeEnd event is called when a new user object processing ends.
Note: All fields are processed at this moment.