REST.JsonReflect.TJSONConverter.OnFieldEnd
Delphi
procedure OnFieldEnd(Field: TRttiField); override;
C++
virtual void __fastcall OnFieldEnd(System::Rtti::TRttiField* Field);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONConverter |
Description
Occurs after the value of Field is processed.
REST.JsonReflect.TJSONConverter.OnFieldEnd inherits from REST.JsonReflect.TConverter.OnFieldEnd. All content below this line refers to REST.JsonReflect.TConverter.OnFieldEnd.
Occurs after the value of Field is processed.
Field is a field name matching the field name of the previous occurrence of OnFieldStart.