API:Data.DBXJSONReflect.TJSONConverter.OnTypeStart
Delphi
procedure OnTypeStart(TypeName: string; id: Integer); override;
C++
virtual void __fastcall OnTypeStart(System::UnicodeString TypeName, int id);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | TJSONConverter |
Description
Called for each new object instance.
Data.DBXJSONReflect.TJSONConverter.OnTypeStart inherits from Data.DBXJSONReflect.TConverter.OnTypeStart. All content below this line refers to Data.DBXJSONReflect.TConverter.OnTypeStart.
Called for each new object instance.
The OnTypeStart event is called for each new object instance.
Note: The object ID is unique within the scope of a serialization process and it is not meant to be used outside it.