네비바 » Api

setitemtext

Description

네비바의 아이템 텍스트를 지정하는 API이다.

Parameters

Parameters Type Description
nItemIndex short 아이템 인덱스
strText STRING 아이템 텍스트

Return Value

Type Description
BOOL 정상 처리 여부

Remark

*아이템 인덱스가 -1인 경우, 아이템 전체 

Example

function settext_on_mouseup(objInst) { navi01.setitemtext(0, "Home"); }

See Also

getitemtext

Viewer Ver.

9.1.1.1

Update Date

20200618