|
|
|
|
|
- Special cases
- Creating a contact (without using the creation window)
- Aplicación en segundo plano: Caso concreto de Android 10
Displays the window for contact creation of the native application for managing contacts found on the device (Android, iPhone or iPad).
Sintaxis
<Result> = ContactCreate([<Contact>])
<Result>: Boolean - True if a contact was created,
- False otherwise. To get more details on the error, use ErrorInfo.
<Contact>: Contact variable Name of the Contact variable containing the data of the new contact. Observaciones Creating a contact (without using the creation window) To create a new contact programmatically (without opening any window): - Describe the contact using the Contact variable.
- Use the ContactAdd function.
Clasificación Lógica de negocio / UI: Lógica de negocio Componente: wd300android.aar
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|