ITMSFNCPersistenceIO.FindObject Method
Resolves a reference token previously produced by
GetObjectReferenceand 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.