This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20.6
GET GROUP LIST

GET GROUP LIST 


 

GET GROUP LIST ( groupNames ; groupNumbers ) 
Parameter Type   Description
groupNames  String array in Names of the groups as they appear in the Password editor window
groupNumbers  Longint array in 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. 

  • In project databases, these numbers start at 15001 and are dynamically allocated at startup and maintained during the session.
  • In binary databases, these numbers are stored and belong to a specific range, depending on the group creator. For more information, please refer to the User and group ID ranges paragraph. 

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.



See also 

GET GROUP PROPERTIES
GET USER LIST
Set group properties

 
PROPERTIES 

Product: 4D
Theme: Users and Groups
Number: 610

This command modifies the Error system variable

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v6

 
ARTICLE USAGE

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)