탭 » Api
gettabitemuserdata
Description
지정한 탭 아이템의 사용자 저장 데이터를 가져오는 API이다.
Parameters
Parameters |
Type |
Description |
nTabItem |
short |
탭 아이템 인덱스 |
strKey |
STRING |
저장 데이터 키값 |
Return Value
Type |
Description |
STRING |
탭 아이템에 들어있는 사용자 저장 데이터 |
Example
function btnGettabitemuserdata_on_mouseup()
{
var strUserdata = "";
tabTest.settabitemuserdata(0, "today", "11월5일");
strUserdata = tabTest.gettabitemuserdata(0, "today");
screen.alert("userdata : " + strUserdata);
}
See Also
settabitemuserdata
Viewer Ver.
9.1.1.1
Update Date
20110329