JavaScript
A5.ListBoxdestroy Method
Syntax
A5.ListBox.destroy()
Description
Destroy the list. This method should be called before the list is removed from the DOM.
Example
// To get a pointer to the A5.ListBox class see {dialog.object}.getControl // assume lObj is a pointer to an instance of the A5.ListBox class lObj.destroy(); delete lObj;
See Also