Procedure SecurityGetGroups(group\_set)

SecurityGetGroups

With the procedure SecurityGetGroups you can fill a set with group names from the user database that is linked to the project.

SecurityGetGroups(
     group_set          ! (output) an (empty) root set
     )

Arguments

group_set

A root set, that on return will contain elements that represent all group names from the user database.

Return Value

The procedure returns 1 on success, and 0 on failure.

See also

The procedure SecurityGetUsers.