REST.JsonReflect.TJSONConverter.OnTypeEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnTypeEnd(TypeName: string); override;

C++

virtual void __fastcall OnTypeEnd(System::UnicodeString TypeName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

Description

Occurs when the conversion process finishes processing a new object.

REST.JsonReflect.TJSONConverter.OnTypeEnd inherits from REST.JsonReflect.TConverter.OnTypeEnd. All content below this line refers to REST.JsonReflect.TConverter.OnTypeEnd.

Occurs when the conversion process finishes processing a new object.

TypeName is the name of the type of the object. OnTypeEnd occurs only after all fields of the object have been processed.

See Also