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
gpwNone (Function)
In french: gpwAucun
Returns the value of the word "NONE" according to the framework used or the language specified. The word "NONE" is used when a user does not belong to a group.
Note: As groupware and groupware files are multilingual, it is possible to retrieve the value of the constant representing the word "NONE".
Example
sCstAucun is string
sCstAucun = gpwNone()
Syntax
<Result> = gpwNone([<Language>])
<Result>: Character string
Value of the word "NONE".
If the <Langue> parameter is not specified, the value returned depends on the framework used:
  • "<NONE>" if the framework is in English
  • "<AUCUN>" if the framework is in French.
<Language>: Optional constant
Language to be used to obtain the value corresponding to "NONE":
languageEnglishValue corresponding to "NONE".
languageFrenchValue corresponding to "AUCUN" in French: "AUCUN".
languageSpanishValue corresponding to "NONE" in Spanish: "NONE".
Business / UI classification: Neutral code
Component: wd300gpu.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help