화면 » Api
getgridiomapcount
Description
특정 맵의 그리드 오브젝트 맵ID 개수를 반환하는 API이다.
Parameters
Parameters |
Type |
Description |
bInputMap |
BOOL |
입출력 여부(true, false) |
strMapID |
STRING |
맵 ID |
lCtrlID |
long |
그리드 컨트롤 ID |
Return Value
Type |
Description |
short |
그리드 IO 컬럼 개수 |
Remark
* 파라미터
Bool : bInputMap(입출력 여부)
String : strMapID(맵 ID)
Long : lCtrlID(그리드 컨트롤ID)
Example
function btn_getgridiomapcount_on_mouseup()
{
var ObjmapAttribute = screen.getgridiomapcount(true,"AAAAAA",0);
fld_H.settext(ObjmapAttribute);
}
See Also
getgridiomapcolumn
getgridiomaptext
Viewer Ver.
9.1.1.1
Update Date
20091221