API:Data.DBXJSONReflect.TJSONConverter.OnTypeEnd
Delphi
procedure OnTypeEnd(const TypeName: string; id: Integer); override;
C++
virtual void __fastcall OnTypeEnd(const 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.
Data.DBXJSONReflect.TJSONConverter.OnTypeEnd inherits from Data.DBXJSONReflect.TConverter.OnTypeEnd. All content below this line refers to Data.DBXJSONReflect.TConverter.OnTypeEnd.
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.