한글필드 » Api

getdatatype

Description

필드의 데이터 타입을 반환하는 API이다.

Return Value

Type Description
short 필드 데이터 타입 상수(*Remark 참조)

Remark

* 필드 데이터 타입 상수

  1:일반필드
  2:숫자필드
  3:한글필드
  4:비밀번호필드

Example

function btngetFieldDataType_on_mouseup() { screen.alert("필드의 데이터타입 : " + fldKor.getdatatype()); }

Viewer Ver.

9.1.1.1

Update Date

20110308