API:Data.DBXJSONReflect.TJSONConverter.OnFieldStart
Delphi
procedure OnFieldStart(FieldName: string); override;
C++
virtual void __fastcall OnFieldStart(System::UnicodeString FieldName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | TJSONConverter |
Description
Called for each field of an object.
Data.DBXJSONReflect.TJSONConverter.OnFieldStart inherits from Data.DBXJSONReflect.TConverter.OnFieldStart. All content below this line refers to Data.DBXJSONReflect.TConverter.OnFieldStart.
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.