필드 속성의 meta_maxlength값을 반환하는 API이다.
function btn_getFieldMetaMax_on_mouseup() { screen.alert("meta_maxlength : " + field.getmetamax()); }