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
Initialize the analysis of the User Groupware.
Remark: This function is used with the User Groupware in compatible mode (kept for backward compatibility from version 18).
Example
// Initialize the analysis of user groupware
IF gpwInitAnalysis() = False THEN
Error(ErrorInfo())
END
Syntax
<Result> = gpwInitAnalysis()
<Result>: Boolean
  • True if the initialization was successfully performed,
  • False if an error occurred. ErrorInfo is used to identify the error.
Component: wd290gpu.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/22/2023

Send a report | Local help