setnull
| setnull | 
  Purpose
 
  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
 
 
