WeakRef.Constructor(obj as Object)
From Xojo Documentation
Constructor
Creates a WeakRef instance.
Notes
The target object that you want to retain a reference to after it has been destroyed.
Sample
This example creates a weak reference to a SQLiteDatabase object. The property "db As SQLiteDatabase" is a property on the App object.