ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the runtime mode of the user groupware.
Example
// If the authentication is entirely made by the User Groupware
IF gpwMode() = gpwModeWindows THEN
// Check the login by reading in the file
CheckLogin()
END
Syntax
<Result> = gpwMode()
<Result>: Integer constant
Runtime mode of user groupware:
gpwModeGroupwareThe authentication is entirely performed by the user groupware.
gpwModeLDAPThe authentication is performed by a LDAP directory.
gpwModeWindowsThe authentication is performed by Windows.
Business / UI classification: Neutral code
Component: wd290gpu.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help