ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the User Groupware runtime mode.
Example
// If authentication is entirely managed by the User Groupware
IF gpwMode() = gpwModeWindows THEN
	// Check username by reading the file
	CheckUsername()
END
Syntax
<Result> = gpwMode()
<Result>: Integer constant
User groupware runtime mode:
gpwModeGroupwareUser Groupware authentication is used.
gpwModeLDAPLDAP authentication is used.
gpwModeWindowsWindows authentication is used.
Business / UI classification: Neutral code
Component: wd300gpu.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help