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.
Business / UI classification: Business Logic
Component: wd280android.aar