Enable JavaScript in the browser to display LibreOfficeDev Help pages.

GetGuiType Function

그래픽 사용자 인터페이스를 지정하는 숫자 값을 구합니다.

This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.

구문:


GetGUIType()

반환 값:

Integer

반환 값:

1: Windows

4: UNIX

예:


      Sub ExampleEnvironment
          MsgBox GetGUIType
      End Sub