Data.DBXJSONReflect.TTypeMarshaller.IsObjectMarked
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TTypeMarshaller | |
Delphi
function IsObjectMarked(Data: TObject): Boolean;
C++
bool __fastcall IsObjectMarked(System::TObject* Data);
Description
Returns True if the argument was already marked.
The IsObjectMarked method returns True if the argument was already marked.