화면 » Api

getcontrolcount

Description

화면의 모든 오브젝트의 개수를 반환하는 API이다.

Return Value

Type Description
long 오브젝트 개수

Remark

* 캡션이나 도형은 오브젝트 개수에 포함되지 않는다.

Example

function btn_getcontrolcount_on_mouseup() { screen.alert(screen.getcontrolcount()); }

Viewer Ver.

9.1.1.1

Update Date

20110413