Check documentation for the latest version of dhtmlxSuite unload DHTMLX Docs

unload

destructor, removes the form instance and cleans the used memory

void unload();

Example

myForm.unload();
myForm = null;

Back to top