AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Contact functions (Lotus Notes or Android/iPhone/iPad)
29 resultados
Constants for managing contact functions
The ManageRTF property is used to set the RTF management mode in a full-text index.
ContactAdd (Example)
Usage example of the ContactAdd function
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 (Función)
Abre la ventana nativa "Crear contacto" del dispositivo (Android, iPhone o iPad).
ContactDelete (Function)
Deletes the current contact:
  • from a Lotus Notes or Outlook address book.
  • in your phone's contact list (Android, iPhone or iPad).
ContactDisplay (Función)
Abre la ventana de datos de contacto en la aplicación nativa del dispositivo (Android, iPhone o iPad).
ContactEdit (Función)
Abre los detalles de un contacto en modo de edición en la aplicación predeterminada del dispositivo (Android, iPhone, iPad).
ContactFirst (Función)
Lee el primer contacto de una libreta de direcciones de Lotus Notes o Outlook.
ContactLast (Función)
Lee la última Contact en un libro de Lotus Notes o Outlook Address.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
ContactListSource (Función)
Enumera las fuentes (o cuentas) de los contactos guardados en el dispositivo.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
ContactNext( Función)
Lee el Contact después del Contact actual en un libro Address de Lotus Notes o Outlook.
Contacto (tipo variable)
En Contacto se utiliza para definir las características avanzadas de un contacto de la agenda telefónica.
ContactPrevious( Función)
Lee el Contact anterior al Contact actual en un libro de Address de Lotus Notes o Outlook.
ContactRead (Función)
Lee un contacto de una libreta de direcciones de Lotus Notes o Outlook.
ContactReset (Función)
Reinicia:
ContactSearch (Función)
Busca un contacto en una libreta de direcciones de Lotus Notes o Outlook.
ContactSelect (Función)
Muestra la lista de contactos encontrados en el dispositivo (Android, iPhone o iPad).
ContactSource (Variable type)
The ContactSource type lets you 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.).
Evento (tipo Variable)
En Evento permite definir todas las características avanzadas de un evento (cumpleaños, aniversario, 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.).