Data.DBXJSONReflect.TTypeMarshaller.ObjectMark
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.