탭 » Api

getchildcontrolcount

Description

x탭 아이템내 1차 자식 컴포넌트 개수를 반환하는 API이다.

Parameters

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

Return Value

Type Description
long 아이템내 1차 자식 컴포넌트 개수

Example

function btnGetchildcontrolcount_on_mouseup() { screen.alert(tabTest.getchildcontrolcount(2)); }

Viewer Ver.

9.1.1.1

Update Date

20211001