한글필드 » Api

setmaskinglength

Description

masking_length 속성 값을 설정하는 API이다.

Parameters

Parameters Type Description
nMaskingLength short 마스킹 길이

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { screen.alert(fld.setmaskinglength(6)); }

See Also

getmaskinglength

Viewer Ver.

9.1.1.1

Update Date

20190902