GarbageCollect (Object subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Clean up unreachable objects (Object class)


Syntax

%(Object):GarbageCollect

Syntax terms

%(Object) The class name in parentheses denotes a shared method. GarbageCollect can also be invoked via an Object class object variable, which may be Null.

Usage notes

For more information about garbage collection, see Managing object storage.

See also