ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server 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
Returns the list of groups of users defined for a connection.
Example
// Describe the connection
MyConnection is Connection
 
// Open the connection
MyConnection.OpenConnection()
Res is string
Res = MyConnection.ListGroup()
// Add the groups into a List Box control
ListAdd(LIST_MyList, Res)
Syntax
<Result> = <Connection>.ListGroup()
<Result>: Character string
Name of existing groups for the specified connection. The names of groups are separated by CR characters (Carriage Return).
Remark: If the current user does not have the rights to see the users (hRightsSeeUser constant) on the server (<Connection variable>.ModifyServerRights or <Connection variable>.InfoServerRights), <Connection variable>.ListGroup returns only the current group.
<Connection>: Connection variable
Name of the Connection variable that describes the connection used.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help