REST.JsonReflect.TConverter.OnTypeEnd
Delphi
procedure OnTypeEnd(TypeName: string); virtual; abstract;
C++
virtual void __fastcall OnTypeEnd(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 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.