This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20.6
GET GROUP LIST
|
GET GROUP LIST ( groupNames ; groupNumbers ) | ||||||||
Parameter | Type | Description | ||||||
groupNames | String array |
![]() |
Names of the groups as they appear in the Password editor window | |||||
groupNumbers | Longint array |
![]() |
Corresponding unique group ID numbers | |||||
GET GROUP LIST populates the arrays groupNames and groupNumbers with the names and unique ID numbers of the groups as they appear in the Password editor window.
The array groupNumbers, synchronized with groupNames, is filled with the corresponding unique group ID numbers.
If you do not have the proper access privileges for calling GET GROUP LIST or if the Password system is already accessed by another process, an access privilege error is generated. You can catch this error with an error-handling method installed using ON ERR CALL.
Product: 4D
Theme: Users and Groups
Number:
610
Created: 4D v6
4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)