Data.DBXJSONReflect.TTypeMarshaller.MarkObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TTypeMarshaller

Delphi

function MarkObject(Data: TObject): Integer;

C++

int __fastcall MarkObject(System::TObject* Data);

Description

Returns the new ID associated with a given non-nil object instance.

The MarkObject method returns the new ID associated with a given non-nil object instance.

See Also