ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Contact functions (Lotus Notes or Android/iPhone/iPad)
28 results
Constants for managing contact functions
Deselects an appointment from an Organizer control.
Contact (Variable type)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
ContactAdd (Function)
Adds a contact:
  • in a Lotus Notes or Outlook address book.
  • in the contacts list of your device (Android, iPhone or iPad).
ContactCreate (Function)
Opens the native "Create contact" window of the device (Android, iPhone or iPad).
ContactDelete (Function)
Deletes the current contact:
  • from a Lotus Notes or Outlook address book.
  • in the Phone contacts list (Android, iPhone or iPad).
ContactDisplay (Function)
Opens the contact details window in the native application of the device (Android, iPhone or iPad).
ContactEdit (Function)
Opens the details of a contact in edit mode in the default application of the device (Android, iPhone, iPad).
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
ContactRead (Function)
Reads a contact in a Lotus Notes or Outlook address book.
ContactReset (Function)
Reinitializes:
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad).
ContactSource (Variable type)
The type ContactSource type is used to define all the advanced characteristics of a contact source (or account) (e.g. Google, Exchange, Facebook).
EmailAddress (Variable type)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Event (Variable type)
The Event type allows you to define all the advanced features of an event (birthday, anniversary, etc.)
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts:
  • Lotus Notes,
  • Outlook,
  • mobile devices (Android, iPhone or iPad)
InstantMessaging (Variable type)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Phone (Variable type)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
SIPAddress (Variable type)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)...
WebAddress (Variable type)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).