라디오그룹 » Api

getselectedcomment

Description

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

Return Value

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

Example

function btnGetselectedcomment_on_mouseup() { var strComment = radiogroup.getselectedcomment(); screen.alert("선택된 아이템의 코멘트 : " + strComment); }

See Also

getselectedcode
getselectedindex

Viewer Ver.

9.1.1.1

Update Date

20210514