Data.DBXJSONReflect.TConverter.OnFieldEnd

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TConverter

Delphi

procedure OnFieldEnd(const FieldName: string); virtual; abstract;

C++

virtual void __fastcall OnFieldEnd(const System::UnicodeString FieldName) = 0 ;

Description

Called for each field immediately after its value was processed.

The OnFieldEnd event is called for each field immediately after its value was processed.

See Also