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
gpwVisitor (Function)
In french: gpwVisiteur
Returns the value corresponding to the word "Visitor" according to the framework used or the language specified. A visitor is anyone who is not a supervisor.
Note: As groupware and groupware files are multilingual, it is possible to retrieve the value of the constant representing the word "Visitor".
Example
sCstVisiteur is string
sCstVisiteur = gpwVisitor()
Syntax
<Result> = gpwVisitor([<Language>])
<Result>: Character string
Value of the word "Visitor".
If the <Langue> parameter is not specified, the value returned depends on the framework used:
  • "Visitor (not connected)" if the framework is in English,
  • "Visiteur (non connecté)" if the framework is in French.
<Language>: Optional constant
Language to be used to obtain the value corresponding to "Visitor":
languageEnglishValue corresponding to "Visitor (not connected)".
languageFrenchValue corresponding to "Visiteur" in French: "Visiteur (non connecté)".
languageSpanishValue corresponding to "Visitor" in Spanish: "Visitor (not connected)".
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/28/2025

Send a report | Local help