팩토리 » Api

xplusgetcomputername

Description

현재 컴퓨터의 설정된 이름을 구하는 API이다.

Return Value

Type Description
STRING Computer Name

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btnVersion_on_mouseup(objInst) { // 컴퓨터 이름을 구한다. screen.alert(factory.xplusgetcomputername()); }

Viewer Ver.

9.1.1.1

Update Date

20210830