Data.DBXJSONReflect.TTypeMarshaller.IsObjectMarked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsObjectMarked(Data: TObject): Boolean;

C++

bool __fastcall IsObjectMarked(System::TObject* Data);

Properties

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

Description

Returns True if the argument was already marked.

The IsObjectMarked method returns True if the argument was already marked.

See Also