화면의 모든 오브젝트의 개수를 반환하는 API이다.
* 캡션이나 도형은 오브젝트 개수에 포함되지 않는다.
function btn_getcontrolcount_on_mouseup() { screen.alert(screen.getcontrolcount()); }