Destroy a control.
ui_destroy(control);
Return: True
Argument control is the control to be destroyed.
if(ui_exists(editBox)){ ui_destroy(editBox); }
Check if control exists then destroy it.