화면에 생성된 오브젝트를 컨트롤 아이디로 찾아 삭제하는 API이다.
function btn_destroycontrol_on_mouseup() { screen.destroycontrol(1); }