ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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 user groupware.
Remark: This function concerns the User Groupware used 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: wd280gpu.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment