필드컨트롤 및 버튼컨트롤의 arrayindex 값을 가져오는 API이다.
function btn_getarrayindex_on_mouseup() { screen.alert(btnTest[0].getarrayindex()); }