Destroy MethodSome objects in JavaLanguage provide a method called destroy(); which sometimes does the following:
DotNet calls this Dispose; CeeSharp has language support for calling it...
using(BusinessObject anObject = new BusinessObject()) { //execute code... When scope leaves the using block, Dispose will be called on your object automatically. }
EditText of this page
(last edited May 30, 2004)
or FindPage with title or text search