Table of Contents

ITMSFNCPersistenceIO.FindObject Method

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

API unit family: TMSFNCPersistence Declaring type: ITMSFNCPersistenceIO

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.