라디오그룹 » Api

insertstring

Description

라디오그룹의 지정한 인덱스에 라디오버튼을 삽입하는 API이다.

Parameters

Parameters Type Description
nIndex short 삽입할 아이템의 인덱스
strText STRING 삽입할 텍스트

Return Value

Type Description
void 없음

Example

function btninsertstring_on_mouseup() { radiogroup.insertstring(2, "06:test"); // 라디오버튼삽입 }

See Also

deletestring
addstring

Viewer Ver.

9.1.1.1

Update Date

20210514