키보드 » Api

getarrayindex

Description

필드컨트롤 및 버튼컨트롤의 arrayindex 값을 가져오는 API이다.

Return Value

Type Description
short arrayindex 값

Example

function btn_getarrayindex_on_mouseup() { screen.alert(btnTest[0].getarrayindex()); }

See Also

setarrayindex

Viewer Ver.

9.1.1.1

Update Date

20110405