GetGuiType Function

Torna un valor numèric que especifica la interfície d'usuari gràfica.

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

Sintaxi:

GetGUIType()

Valor de retorn:

Enter

Valors de retorn:

1: Windows

4: UNIX

Exemple:

Sub ExampleEnvironment

    MsgBox GetGUIType

End Sub