|
|
|
|
<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.
// 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). <Connection>: Connection variable Name of the Connection variable that describes the connection used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|