|
|
|
|
|
<Connection variable>.ListGroup (Function) In french: <Variable Connexion>.ListeGroupe
Available only with this kind of connection
Returns the list of groups of users defined for a connection.
MyConnection is Connection
MyConnection.OpenConnection()
Res is string
Res = MyConnection.ListGroup()
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). <Connection>: Connection variable Name of the Connection variable that describes the connection used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|