|
|
|
|
|
- Special cases
- Creating a contact (without using the creation window)
- Required application feature
ContactCreate (Function) In french: ContactCrée Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows). Syntax
Creating a contact and initializing the Contact variable Hide the details
<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. Remarks Special cases - If the user creates a new contact, the Contact structure or the Contact variable is automatically populated with the details of this new contact.
- ContactCreate is a non-blocking function.
- ContactCreate can be used in the emulator. It cannot be used in the simulator.
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.
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: wd300android.aar
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|