셀렉트박스 리스트 중 지정한 인덱스의 아이템을 삭제하는 API이다.
function btndeletestring_on_mouseup() { cbTest.deletestring(1); }