탭 » Api

settabitemmetaid

Description

탭아이템에 설정되어 있는 meta_id속성값을 변경하는 API입니다.

Parameters

Parameters Type Description
nTabItemIndex short 탭아이템 Index
strMetaID STRING Meta ID

Return Value

Type Description
BOOL 정상처리 여부

Example

function screen_on_load() { tab.settabitemmetaid(1, "TABITEM_1"); }

See Also

gettabitemmetaid

Viewer Ver.

9.1.1.1

Update Date

20210617