콤보박스 » Api

getselectedcodecount

Description

콤보박스에 선택된 아이템의 코드값 갯수 가져오는 API이다.

Return Value

Type Description
long 선택된 아이템의 코드값 갯수

Example

function btn_on_mouseup() { factory.consoleprint("cbo.getcount() = " + cbo.getcount()); factory.consoleprint("cbo.getcount(false) = " + cbo.getcount(false)); factory.consoleprint("cbo.getselectedcode() = " + cbo.getselectedcode()); factory.consoleprint("cbo.getselectedcodecount() = " + cbo.getselectedcodecount()); factory.consoleprint("cbo.isallcodeselected() = " + cbo.isallcodeselected()); }

See Also

setselectedcode
getselectedcomment
getselectedindex
setselectedcodeex

Viewer Ver.

9.1.1.1

Update Date

20200826