Data.DBXJSONReflect.TJSONConverter.OnTypeStart

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: TJSONConverter

Delphi

procedure OnTypeStart(const TypeName: string; id: Integer); override;

C++

virtual void __fastcall OnTypeStart(const System::UnicodeString TypeName, int id);

Description

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.

See Also