ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Lotus Notes functions / Group functions
  • Overview
  • The different variables of the Group structure
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The Group structure is a preset structure of WLanguage (no declaration is required). This structure is used to:
  • create or modify a group of contacts.
  • retrieve the content from a group of contacts.
The different variables of the Group structure
The structure contains the following members:
mGroup.ContactArray of character strings.
Name of the contacts found in the group.

To access the name of the different contacts in the group, use the following format:
mGroup.Contact[<Contact num>]
Where <Contact num> corresponds to the number of the desired contact. The number of contacts found in the group is returned by the mGroup.NbContact variable.
mGroup.DescriptionCharacter string.
Description of the group of contacts.
mGroup.IDCharacter string.
Unique identifier for the group of contacts
mGroup.NameCharacter string.
Name of the group of contacts.
mGroup.NbContactInteger.
Number of contacts found in the group.
mGroup.OutBoolean.
Indicates whether there is a current group of contacts.
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help