라디오그룹에 선택된 아이템의 코드값을 가져오는 API이다.
function btnGetselectedcode_on_mouseup() { screen.alert(radiogroup.getselectedcode()); // 선택된 아이템의 코드값 가져오기 }