콤보박스 속성의 meta_maxlength값을 반환하는 API이다.
function btn_getMetaMax_on_mouseup() { screen.alert("meta_maxlength : " + field.getmetamax()); }