| DestroySelected
Deletes all the selected instances.
bSuccess = myClass.DestroySelected( )
Return value
TRUE if the instances were deleted successfully, otherwise FALSE.
Comments
Even if all instances are destroyed, it will not destroy the class. If you want to delete the class, call JAM.Delete( class );
Note that using JAM.Delete( class ) will automatically delete all instances of the class.
JAM © 2005 no one in particular Project started by David Evans in 2005 | |