패널 » Api

getchildcontrolcount

Description

패널 안의 1차 자식 컴포넌트 개수를 반환하는 API이다.

Return Value

Type Description
long 패널내 1차 자식 컴포넌트 개수

Remark

패널내 패널의 자식 컴포넌트는 포함되지 않는다.

Example

function btnGetchildcontrolcount_on_mouseup() { screen.alert(panel.getchildcontrolcount()); }

See Also

getchildinstancefirst
getchildinstancenext

Viewer Ver.

9.1.1.1

Update Date

20190708