Data.DBXJSONReflect.TConverter.OnTypeEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnTypeEnd(const TypeName: string; id: Integer); virtual; abstract;

C++

virtual void __fastcall OnTypeEnd(const System::UnicodeString TypeName, int id) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TConverter

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