ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the list of groups of users defined for a connection.
Example
// Description de la connexion
HDescribeConnection("MaConnexion", "Julie", "MotDePasse", ...
	"MonServeurHF", "MaBaseDeDonnées", hAccessHFClientServer, hORead)
// Ouverture de la connexion
HOpenConnection("MaConnexion")
Res is string
Res = HListGroup("MaConnexion")
// Ajout des groupes dans un champ Liste
LISTE_Maliste.Ajoute(Res)
Syntax
<Result> = HListGroup(<Connection>)
<Result>: Character string
Name of existing groups for the specified connection. The names of groups are separated by CR characters (Carriage Return).
Note: If the current user does not have the right to view users (constant hRightViewUser) on the server (function HModifyServerRights or HInfoServerRights), function HListGroup returns only the current group.
<Connection>: Character string or Connection variable
Connection used. This connection corresponds to:
Component: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help