Table of Contents

ITMSMCPPersistenceIO.FindObject Method

Resolves a reference token previously produced by GetObjectReference and returns the corresponding live object.

API unit family: TMS.MCP.Persistence Declaring type: ITMSMCPPersistenceIO

Syntax

function FindObject(const AReference: string): TObject;

Parameters

Name Description
AReference Reference token string to resolve.

Returns

The live object matching the reference token, or nil if not found.