라디오그룹 » Api

getselectedcode

Description

라디오그룹에 선택된 아이템의 코드값을 가져오는 API이다.

Return Value

Type Description
STRING 선택된 아이템의 코드값

Example

function btnGetselectedcode_on_mouseup() { screen.alert(radiogroup.getselectedcode()); // 선택된 아이템의 코드값 가져오기 }

See Also

setselectedcode
getselectedcomment
getselectedindex
setselectedcodeex

Viewer Ver.

9.1.1.1

Update Date

20210514