OT ClearAll version 1
OT ClearAll
Discussion
This method disposes of all objects that have been created but not cleared via OT Clear. It is provided as a "fail-safe" way of cleaning up the memory used by objects, but this method should not be relied upon as a means of managing object memory usage.
The primary use for OT ClearAll is during development, when you frequently have to stop program execution. As a result it is quite possible that you may create a new object with OT New but never reach the code that calls OT Clear. In such cases you can execute a method that calls OT ClearAll to clear all of the existing objects. This way you can start over again without leaking memory and without having to close and open the database.
See Also

