그리드 특정 아이템에 체크 상태 여부를 반환하는 API이다.
function btngetitemtext_on_mouseup() { screen.alert("그리드 아이템(0,1)의 check : " + grd.getitemcheck(0, 1)); }