데이트피커 » Api

getprotectcopy

Description

컴포넌트의 protect_copy 속성값을 반환하는 API이다.

Return Value

Type Description
short 컴포넌트 protect_copy 속성값

Example

function btn_protectcopy_on_mouseup(objInst) { fld_normal.setprotectcopy(2); factory.consoleprint("protect_copy = " + fld_normal.getprotectcopy()); } function btn_allowcopy_on_mouseup(objInst) { fld_normal.setprotectcopy(1); factory.consoleprint("protect_copy = " + fld_normal.getprotectcopy()); }

See Also

setprotectcopy

Viewer Ver.

22.9.20.1

Update Date

20221122