해당 멀티라인의 최대 입력 글자수를 반환하는 API이다.
function btn_on_mouseup() { screen.alert("멀티라인 최대 글자수 : " + multi.getmaxlength()); }