Topics

03 Troubleshooting
Designer
Outline and Database object recycling issue

Because of the way OutlineEntry, Outline, and Database are contained within the class containment hierarchy, if your application calls Database.recycle() after instantiating Outlines and OutlineEntries from it, your application must call, in this order, OutlineEntry.recycle(), Outline.recycle() and finally Database.recycle(). These must always be called in this order; otherwise, it is better to not call Database.recycle() at all.