REST.JsonReflect.TConverter.OnTypeStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnTypeStart(TypeName: string); virtual; abstract;

C++

virtual void __fastcall OnTypeStart(System::UnicodeString TypeName) = 0 ;

Properties

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

Description

Occurs when the conversion process finds a new object.

TypeName is the name of the type of the object.

When the conversion process finds a previously-seen object, the OnRefType event occurs instead.

See Also