Data.DBXJSONReflect.TTypeMarshaller.ObjectMark

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ObjectMark(Data: TObject): Integer;

C++

int __fastcall ObjectMark(System::TObject* Data);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

説明

オブジェクト ID を返します。

ObjectMark メソッドは、オブジェクト ID を返します。 ObjectMark メソッドはそのオブジェクトがマークされていることを前提としているため、先に IsObjectMarked メソッドを使用することが可能です。

関連項目