특정 트랜맵의 입출력 구분에 따라 컨트롤 개수를 반환하는 API이다.SOFTBASE
| Parameters | Type | Description |
|---|---|---|
| bInputMap | BOOL | 입출력구분(true-입력, false-출력) |
| strMapID | STRING | 맵 ID |
| Type | Description |
|---|---|
| short | 선택되어있는 오브젝트 |
function btn_getiomapcount_on_mouseup()
{
fld_H.settext(screen.getiomapcount(true, "AAAAAA"));
}