|
|
|
|
|
- Special cases
- Application in the background: Specific case from Android 10
- Required application feature
ContactEdit (Function) In french: ContactEdite Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows).
// Open the current contact's form in edit mode // Global variables gCurrentContact is Contact ... // - Click on BTN_Modify // Starts editing the contact ContactEdit(gCurrentContact) Syntax
Opening a contact form in edit mode Hide the details
<Result> = ContactEdit(<Contact>)
<Result>: Boolean - True if the contact was modified,
- False otherwise. If an error occurs, the ErrorOccurred variable is set to True. To get more details on the error, use ErrorInfo.
<Contact>: Contact variable Name of the Contact variable corresponding to the contact whose form will be opened. This contact must exist in the database of contacts found on the device.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|