화면 » Api

getiomaptext

Description

트랜 맵의 스타일이 체크 박스가 아닌 입력박스 일때 입력박스에 입력된 숫자를 반환하는 API이다.SOFTBASE

Parameters

Parameters Type Description
bInputMap BOOL 입출력 여부(true, false)
strMapID STRING 맵 ID
nMapIndex short 맵 인덱스

Return Value

Type Description
STRING 맵 인덱스의 텍스트

Remark

* 파라미터

  Bool : bInputMap(입출력 여부)
  String : strMapID(맵 ID)
  Short : nMapIndex(맵 인덱스)

Example

function btn_getiomaptext_on_mouseup() { var mapText = screen.getiomaptext(true,"AAAAAA",1); fld_H.settext(mapText); }

See Also

getiomapcount
getiomapobjattribute
getiomapcontrolid

Viewer Ver.

9.1.1.1

Update Date

20240510