Enable JavaScript in the browser to display LibreOfficeDev Help pages.

GetGuiType Function

Liveras numeran valoron kiu specifas la grafikan interfacon.

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

Sintakso:


GetGUIType()

Liverota valoro:

Entjero

Liveraj valoroj:

1: Vindozo

4: Unikso

Ekzemplo:


      Sub ExampleEnvironment
          MsgBox GetGUIType
      End Sub