AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Lotus Notes / Funciones de grupos
  • 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.
Versión mínima requerida
  • Versión 11
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/07/2023

Señalar un error o enviar una sugerencia | Ayuda local