필드에 입력된 데이터의 마스크 패턴을 리턴하는 API이다.
* ex) AAA-XXAA
function btngetpatternmask_on_mouseup() { var strPatternMask = fldNormal.getpatternmask(); }