컨트롤에 입력된 텍스트를 반환하는 API이다.
function btn_gettext_on_mouseup() { screen.alert(fldNormal.gettext()); // 필드에입력된텍스트가져오기 }