필드에 설정된 데이터 패턴을 반환하는 API이다.
* ex) AAA-AAAA
function btnGetPattern_on_mouseup() { screen.alert(fldNormal.getpattern()); }