탭 » Api

gettabitemlock

Description

지정한 탭 아이템이 잠금 상태인지 여부를 확인할 수 있는 API이다.

Parameters

Parameters Type Description
nTabItem short 탭 아이템 인덱스

Return Value

Type Description
BOOL 잠금 여부(true, false)

Example

function btn_on_mouseup() { screen.alert("탭아이템 잠금 여부 : " + tabTest.gettabitemlock(1)); }

See Also

settabitemlock

Viewer Ver.

9.1.1.1

Update Date

20190422