Data.DBXJSONReflect.TJSONConverter.OnTypeEnd

From RAD Studio API Documentation
Jump to: navigation, search

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.

The OnTypeEnd event is called when a new user object processing ends.

Note: All fields are processed at this moment.

See Also