콤보박스 » Api

insertstring

Description

콤보박스의 지정한 인덱스에 텍스트를 삽입하는 API이다.

Parameters

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

Return Value

Type Description
void 없음

Example

function btninsertstring_on_mouseup() { cbTest.insertstring(2, "06:test"); // 콤보리스트삽입 }

See Also

deletestring
addstring

Viewer Ver.

9.1.1.1

Update Date

20110324