라디오그룹 » Api

deletestring

Description

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

Parameters

Parameters Type Description
nIndex short 삭제할 아이템 인덱스

Return Value

Type Description
void 없음

Example

function btndeletestring_on_mouseup() { radiogroup.deletestring(1); }

See Also

addstring
removeall
insertstring

Viewer Ver.

9.1.1.1

Update Date

20210514