화면 » Api
getiomapobjcontrolid
Description
특정 맵의 특정 인덱스 오브젝트의 컨트롤 ID를 가져오는 API이다.SOFTBASE
Parameters
Parameters |
Type |
Description |
bInputMap |
BOOL |
입출력 여부(true-입력, false-출력) |
strMapID |
STRING |
맵 ID |
nMapIndex |
short |
맵 인덱스 |
Return Value
Type |
Description |
long |
컨트롤 ID |
Remark
* 파라미터
Bool : bInputMap(입출력 여부)
String : strMapID(맵 ID)
Short : nMapIndex(맵 인덱스)
Example
function btn_getiomapobjcontrolid_on_mouseup()
{
var ObjControl_ID = screen.getiomapobjcontrolid(true,"AAAAAA",1);
fld_H.settext(ObjControl_ID);
}
See Also
getiomapcount
getiomapobjattribute
getiomaptext
Viewer Ver.
9.1.1.1
Update Date
20091125