ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
Initialize the analysis of the User Groupware.
Note This function concerns User Groupware used in compatible mode (maintained by compatibility from version 18).
Example
// Initialisation de l'analyse du groupware utilisateur
IF gpwInitAnalysis() = False THEN
	Error(ErrorInfo())
END
Syntax
<Result> = gpwInitAnalysis()
<Result>: Boolean
  • True if the initialization was successfully performed,
  • False if an error occurs. ErrorInfo is used to identify the error.
Component: wd300gpu.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help