Data.DBXJSONReflect.TTypeMarshaller.ObjectMark

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectMark(Data: TObject): Integer;

C++

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

Properties

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

Description

Returns an object ID.

The ObjectMark method returns an object ID. You can use IsObjectMarked before, because ObjectMark assumes that the object is marked.

See Also