Data.DBXJSONReflect.TJSONConverter.OnTypeEnd
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONConverter |
Delphi
procedure OnTypeEnd(const TypeName: string; id: Integer); override;
C++
virtual void __fastcall OnTypeEnd(const System::UnicodeString TypeName, int id);
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.