moai.DoMethod(id, "Edit", row, column)
This will only work if Listviewcolumn.Editable has been set to True
for the respective listview column.
When the user has finished editing, the Listview.ValueChange attribute will be triggered.
Note that if you have installed a listener on the Listview.StartEditing attribute, then this callback will be asked for permission first before editing is actually started.
To learn about editing operations getting cancelled, you can listen to the Listview.AbortEditing attribute.
Also note that on AmigaOS and compatibles this feature is only available on MUI 4.0 or higher.