|
- Special cases
- Creating a contact (without using the creation window)
- Application in the background: Android 10 specific case
- Required application feature
ContactCreate (Function) In french: ContactCrée Syntax
Creating a contact and initializing the Contact variable (from Android 2.0, iPhone, iPad, Universal Windows) Hide the details
<Result> = ContactCreate([<Contact>])
<Result>: Boolean - True if a contact was created,
- False otherwise. To get the details of the error, use ErrorInfo.
Versions 22 and later New in version 22
<Contact>: Contact variable Name of the Contact variable containing the data corresponding to the created contact.
Warning
From version 17 (69), this syntax is kept for backward compatibility.
Creating a contact and initializing the Contact variable (before Android 2.0, iPhone, iPad, Universal Windows) Hide the details
<Result> = ContactCreate()
<Result>: Boolean - True if a contact was created,
- False otherwise. To get the details of the error, use ErrorInfo.
Versions 22 and later New in version 22
Remarks Creating a contact (without using the creation window) To create a new contact by programming (without opening any window): - Describe the contact in the Contact structure or in the Contact variable.
- Use ContactAdd.
Versions 25 and later New in version 25 Versions 22 and later New in version 22
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Managing Contacts
[ + ] This example presents the management of contacts for Android et iOS. It is used o: - list the contacts found on the phone - call the contacts - send SMSs to the contacts - ...
|
Business / UI classification : Business Logic Component : wd260android.jar
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |