Data.DBXJSONReflect.TConverter.OnFieldStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TConverter

Description

Called for each field of an object.

The OnFieldStart event is called for each field of an object.

Note: The field value is provided by one of the events: OnString, OnNumber, OnBoolean, OnNull, OnListStart.

See Also