Data.DBXJSONReflect.TTypeMarshaller.IsObjectMarked

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also