슬라이드뷰 » Api

getprotect

Description

아이템의 잠금 표시 여부를 반환한다.

Return Value

Type Description
BOOL 잠금 상태 여부

Example

function btnGetProtect_on_mouseup(objInst) { var isProtect = slideView.getprotect(); screen.alert("isProtect = " + isProtect); }

See Also

setprotect

Viewer Ver.

9.1.1.1

Update Date

20181128