Data.DBXJSONReflect.TTypeMarshaller.MarkObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MarkObject(Data: TObject): Integer;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

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