필드의 최대 입력 글자수를 반환하는 API이다.
function btn_on_mouseup() { screen.alert("최대 입력 글자수 : " + fldKor.getmaxlength()); }