REST.JsonReflect.TConverter.OnFieldEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnFieldEnd(Field: TRttiField); virtual; abstract;

C++

virtual void __fastcall OnFieldEnd(System::Rtti::TRttiField* Field) = 0 ;

Properties

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

Description

Occurs after the value of Field is processed.

Field is a field name matching the field name of the previous occurrence of OnFieldStart.

See Also