라디오그룹에 선택된 아이템의 코멘트값을 가져오는 API이다.
function btnGetselectedcomment_on_mouseup() { var strComment = radiogroup.getselectedcomment(); screen.alert("선택된 아이템의 코멘트 : " + strComment); }