Data.DBXJSONReflect.TConverter.OnFieldStart
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TConverter | |
Delphi
procedure OnFieldStart(const FieldName: string); virtual; abstract;
C++
virtual void __fastcall OnFieldStart(const System::UnicodeString FieldName) = 0 ;
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.