Data.DBXJSONReflect.TTypeMarshaller.MarkObject
| [–] 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.