Initializing help system before first use

setnull

setnull


Purpose
Clear any object reference held within the jvmobject.
Synopsis
procedure setnull(obj:jvmobject)
Argument
obj 
The object reference to clear
Further information
Deletes any reference to a Java object being held by the jvmobject. If there are no other references to the Java object, it may become eligible for garbage collection in the usual Java way.
Related topics